G
Guest
Tabbing from the first control on a form always sends me to IE's Address Bar
instead of the next control, no matter how I set the TabIndex property for
the controls. Why is this happening?
For example, I have a simple login screen with 2 textboxes (Login ID and
Password) and 2
buttons (Login and Cancel). I've set the TabIndex Property of each control,
starting at 0.
When I enter a login id and then press Tab, the focus goes to IE's Address
Bar instead of the next control! How do I allow the user to reliably cycle
through the controls on a web page?
instead of the next control, no matter how I set the TabIndex property for
the controls. Why is this happening?
For example, I have a simple login screen with 2 textboxes (Login ID and
Password) and 2
buttons (Login and Cancel). I've set the TabIndex Property of each control,
starting at 0.
When I enter a login id and then press Tab, the focus goes to IE's Address
Bar instead of the next control! How do I allow the user to reliably cycle
through the controls on a web page?