jeanne
08-27-2002, 05:43 PM
How does netscape 6.0 deal with tabindex?
i know you need to do taborder to control the tab flow in IE.
How can i make it work in both browsers?
i have my form fields set up like this:
<Input taborder="1" tabindex="1" Name="A59" maxLength="30" Type="text"/>
<Input taborder="2" tabindex="2" Name="A60" maxLength="30" Type="text"/>
but it doesnt work properly in Netscape 6.0 or higher.
any suggestions?
Thanks!
i know you need to do taborder to control the tab flow in IE.
How can i make it work in both browsers?
i have my form fields set up like this:
<Input taborder="1" tabindex="1" Name="A59" maxLength="30" Type="text"/>
<Input taborder="2" tabindex="2" Name="A60" maxLength="30" Type="text"/>
but it doesnt work properly in Netscape 6.0 or higher.
any suggestions?
Thanks!