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.
<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.