Click to See Complete Forum and Search --> : tabbing script


buddybear
09-07-2003, 06:55 PM
I would like users filling out a form be able to tab from field to field. I looked for a script but have been unable to find anything. Can you help?
thanks in advance.

Fang
09-08-2003, 02:23 AM
Use tabindex (http://www.w3.org/TR/html401/interact/forms.html#adef-tabindex) to change the tabbing order.
Normally the element order determines the tabbing order.