|
|
Q466 Is there a way to control the tab-sequence of fields in a form?
irt.org | Knowledge Base | JavaScript | Form 2 | Q466 [ previous next ] Q466 Is there a way to control the tab-sequence of fields in a form?Only in Internet Explorer 4 using tabIndex which sets the tab index for the object, using object.tabIndex[integer], where integer specifies the index order. |
-- div -->
|