Setting tab order in form

liunx

Guest
I"m trying to set the tab order in a script with the following:<br />
<br />
<p> The e-mail address of the person submitting this form <input type="text" name="e-mail address" tabindex="1" maxlength="45" </p><br />
<br />
<p> Address <input type="text" name="address" tabindex="2" maxlength="45" </p><br />
<br />
This is not working. It seems I'm missing something simple.<br />
Any help is appreciated. Thanks in advance.<!--content-->What part isn't working?<br />
<br />
Also, you forgot to close your <input> tags...<!--content-->i do beleive he means the taborder is not working this will work if you follow pyros advice and close the <input><!--content-->Thanks for the reply.<br />
I realized that I left out the close before I could reply.The tabbing works fine.<br />
Sorry for the post.<!--content-->No problem... Glad it's working for you, now... :)<!--content-->
 
Back
Top