'tabIndex' Syntax and Note : tabIndex « Javascript Properties « JavaScript Reference

'tabIndex' Syntax and Note

Note:

Read and write property. 
Sets the element's tab order.
    
Syntax:
    
document.getElementById("elementID").tabIndex = value
document.all.elementID.tabIndex = value // IE only

    

      
      








Related examples in the same category

1.'tabIndex' Example
2.'tabIndex' is applied to