Click to See Complete Forum and Search --> : Tabbing through textfields


damon2003
11-12-2003, 05:12 AM
Hi,
I have three columns of textfields and several rows. Currently, when tab is pressed the cursor tabs from left to right. I want to know if there is a quick way to make the tab move from top to bottom
thanks

clairec666
11-12-2003, 05:14 AM
I'm not sure about a quick way...........

Using Javascript, you can use the onKeyDown event for the tab key, and use this to move to the field you want.

Charles
11-12-2003, 05:32 AM
Use the "tabindex (http://www.w3.org/TR/html4/interact/forms.html#adef-tabindex)" attribute.