Contents Index Topic Contents | ||
Previous Topic: systemLanguage Next Topic: tagName |
tabIndex
Description
Sets the tab index for the object.
Syntax
object.tabIndex[ = tabIndex]
Remarks
Tab selection order is determined by the value of tabIndex as follows:
- All elements with tabIndex > 0 are selected in increasing tab index order, or in source order for duplicate tab index values.
- All elements with tabIndex = 0, or without tabIndex set, are selected next, in source order if more than one.
- Elements with tabIndex = -1 are omitted from tabbing order.
This property has read-write permissions, meaning you can change as well as retrieve its current value.
Applies To
A, APPLET, AREA, BODY, BUTTON, DIV, EMBED, HR, IFRAME, IMG, INPUT, MARQUEE, OBJECT, SELECT, TABLE, TEXTAREA
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.