<title>Controlling TAB Order
</title>
</head>
Field 1 (first tab selection):
<input type="text" name="field1" tabindex=1 /><br />
Field 2 (third tab selection):
<input type="text" name="field2" tabindex=3 /><br />
Field 3 (second tab selection):
<input type="text" name="field3" tabindex=2 /><br />
</form>
</body>
</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)"