Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MAC 9.2 IE5 Tab Sequence issue

Status
Not open for further replies.

vinayak

Technical User
Sep 17, 2001
50
IN
Hi,
I'm developing an application for mac and Windows. I have a peculiar problem with MAC OS 9.2 and IE 5, the tab sequence does not go to button and links and Combo!!!!!


Sample code which did not work is given below.

--------------------------------------------------------
<HTML>

<BODY BGCOLOR=#FFFFFF leftmargin=&quot;0&quot; topmargin=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; onload=&quot;document.LoginForm.tf_username.focus()&quot;>

<FORM name=&quot;LoginForm&quot; method=&quot;post&quot; action=&quot;&quot; onSubmit=&quot;return js_validateForm()&quot;>

<table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; align=&quot;center&quot;>

<tr>
<td colspan=&quot;2&quot; class=&quot;texts&quot; height=&quot;30&quot; align=&quot;right&quot; valign=&quot;middle&quot;> Username: </td>
<td width=&quot;50%&quot; height=&quot;30&quot; align=&quot;left&quot;>
<input type=&quot;text&quot; name=&quot;tf_username&quot; class=&quot;tablecontents&quot; size=&quot;12&quot; maxlength=&quot;30&quot; tabindex=&quot;1&quot;>
</td>
</tr>
<tr>
<td colspan=&quot;2&quot; class=&quot;texts&quot; align=&quot;right&quot;> Password:  </td>
<td width=&quot;50%&quot; align=&quot;left&quot;>
<input type=&quot;password&quot; name=&quot;tf_password&quot; class=&quot;tablecontents&quot; size=&quot;12&quot; maxlength=&quot;10&quot; tabindex=&quot;2&quot;>
</td>
</tr>
<tr>
<td colspan=&quot;2&quot;> </td>
<td width=&quot;50%&quot; align=&quot;left&quot;>
<input type=&quot;submit&quot; name=&quot;login&quot; value=&quot;Login&quot; tabindex=&quot;3&quot; >
</td>
</tr>
<tr>
<td colspan=&quot;2&quot; height=&quot;34&quot;>
<div align=&quot;right&quot;> </div>
</td>
<td width=&quot;50%&quot; height=&quot;34&quot;><a href=&quot;JavaScript:js_forgotpassword()&quot; tabindex=&quot;4&quot; >Forgot
Password?</a></td>
</tr>
</table>

</FORM>
</BODY>
</HTML>
--------------------------------------------------------

I want to know what is really wrong.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top