![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there any known way to change the Tab Index (order) after the form elements have been inserted? I made a form page, and used an extention for the "State" menu. For some reason, the TAB key will jump from the first field (first name) down to State second, then back up to Last name, address, city, then it bypasses state and goes directly to ZIP. www.wattproductions.com/contact That's the page, if you have any thoughts, let me know. If not, I'm going to have to delete the form and start over, inputing the STATE menu myself. Thanks! Mike Watt |
#3
| |||
| |||
|
|
"Mike Watt / Watt Productions" <DjMikeWatt (AT) WattProductions (DOT) com> wrote in message news:GIzld.33869$As5.25321 (AT) tornado (DOT) tampabay.rr.com... Is there any known way to change the Tab Index (order) after the form elements have been inserted? I made a form page, and used an extention for the "State" menu. For some reason, the TAB key will jump from the first field (first name) down to State second, then back up to Last name, address, city, then it bypasses state and goes directly to ZIP. www.wattproductions.com/contact That's the page, if you have any thoughts, let me know. If not, I'm going to have to delete the form and start over, inputing the STATE menu myself. Thanks! Mike Watt You have told it to do that: select name="selState" id="selState" tabindex="1" It should be tabindex="7" HTH Terry |
![]() |
| Thread Tools | |
| Display Modes | |
| |