View: How to Control Tab Order in HTML (tabindex attribute)

  1. 1 year ago by spirit
    1.   <title>Controlling TAB Order</title>
    2. </head>
    3.     Field 1 (first tab selection):
    4.     <input type="text" name="field1" tabindex=1 /><br />
    5.     Field 2 (third tab selection):
    6.     <input type="text" name="field2" tabindex=3 /><br />
    7.     Field 3 (second tab selection):
    8.     <input type="text" name="field3" tabindex=2 /><br />
    9.   </form>
    10. </body>
    11. </html>
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1553"></script>

0 comment about "How to Control Tab Order in HTML (tabindex attribute)"