Page

F.15.2- How Can I Change the Tab Order for My Form Fields?

Created by Brendan Doss.
Last Updated by Brendan Doss.  

PublicCategorized as Appendix F.

Not yet tagged
<< F.15.1- How Do I Create Hotkeys (Keyboard Shortcuts) for My Form Fields?AppendixFF.2.0- The Form Tag >>

How Can I Change the Tab Order for My Form Fields?

Also starting with HTML 4 you can add a TabIndex attribute to each INPUT field.

 

...

<BODY>

<H3>Tab Index 01 Form</H3>

<FORM ACTION="RequestSniffer.asp" METHOD=GET NAME="Form1">

First Name <INPUT NAME="NameFirst" VALUE="Tab"

TabIndex=2><BR>

Middle Name <INPUT NAME="NameMiddle" VALUE="Eton"

TabIndex=1><BR>

Last Name <INPUT NAME="NameLast" VALUE="Monk"

TabIndex=3><BR>

<INPUT TYPE="SUBMIT" VALUE="Submit Query" TabIndex=4>

</FORM>

</BODY>

...

<< F.15.1- How Do I Create Hotkeys (Keyboard Shortcuts) for My Form Fields?AppendixFF.2.0- The Form Tag >>

Copyright © 2003 by Wiley Publishing, Inc.

Powered by Near-TimeTerms of Services | Privacy Policy | Security Policy |