Tabbing through textfields

liunx

Guest
Hi,<br />
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<br />
thanks<!--content-->I'm not sure about a quick way...........<br />
<br />
Using Javascript, you can use the onKeyDown event for the tab key, and use this to move to the field you want.<!--content-->Use the "tabindex (<!-- m --><a class="postlink" href="http://www.w3.org/TR/html4/interact/forms.html#adef-tabindex">http://www.w3.org/TR/html4/interact/for ... f-tabindex</a><!-- m -->)" attribute.<!--content-->
 
Back
Top