tabIndex Gets/sets the tab order of the current element. Syntax element.tabIndex = iIndex Parameters iIndex is a number Example b1 = document.getElementById("button1"); b1.tabIndex = 1; Notes None. Specification tabIndex
Gets/sets the tab order of the current element.
element.tabIndex = iIndex
iIndex is a number
b1 = document.getElementById("button1"); b1.tabIndex = 1;
None.
tabIndex