TOC PREV NEXT INDEX

Put your logo here!


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

html


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX