Frame problem

ultraman

Well-known member
Joined
Dec 31, 1969
Messages
138
Location
Quebec, Canada
Hi everybody !

Im quite new to the wonderfull world of Internet programming, and especialy with ASP.NET. I have a very simple (maybe even dumb for experienced people) : how can I prevent the tabulation to select the other frames than the main one ? I have actually a frameset with 3 frames, th Main one beeing "rbotttom", and the two others are "left" and "rtop".

Im using VB.NET for the codebehind, maybe theres a way with the TabIndex property ? I tried giving the pages negative TabIndex without great results....


Thanks a lot !
 
not sure what is your problem.

but you need to know we cannot control the frame in server site, because frame is in client site
 
Back
Top