Click to See Complete Forum and Search --> : Setting tab order in form


buddybear
09-22-2003, 12:54 PM
I"m trying to set the tab order in a script with the following:

<p> The e-mail address of the person submitting this form <input type="text" name="e-mail address" tabindex="1" maxlength="45" </p>

<p> Address <input type="text" name="address" tabindex="2" maxlength="45" </p>

This is not working. It seems I'm missing something simple.
Any help is appreciated. Thanks in advance.

pyro
09-22-2003, 01:14 PM
What part isn't working?

Also, you forgot to close your <input> tags...

96turnerri
09-22-2003, 02:13 PM
i do beleive he means the taborder is not working this will work if you follow pyros advice and close the <input>

buddybear
09-22-2003, 03:18 PM
Thanks for the reply.
I realized that I left out the close before I could reply.The tabbing works fine.
Sorry for the post.

pyro
09-22-2003, 03:53 PM
No problem... Glad it's working for you, now... :)