Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tab order of forms

Status
Not open for further replies.
Jan 26, 2001
550
GB
This might be simple but is there a way i can control the order in which the user highlights items in a form using the tab button? i have two columns of options and pressing tab goes from left to right across the two columns rather than down one, then down the other..

Can anyone help?
Nick Price
nick.price@misuk.net
 
Don't know how to do it properly with DW, but the <INPUT> tag has a property TABINDEX which you can use. You can do this by manually editing the HTML source, although TABINDEX isn't supported in all browser versions. Have a look at the link below for more info.


Greg.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top