Text field tab Index : TextField : Form Control JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Form Control » TextField »

 

Text field tab Index



    
<html>
<body>
<input type="text" value="Tab 1" tabindex="0"</input>
<input id="myText" type="text" value="Tab 2" tabindex="1"</input>
<button onclick="alert(myText.tabIndex);">Tab Index of second text box</button>
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Form Control
» TextField