Please help me with the Tab key.
What I'm trying to do is to allow users to use the tab key to navigate
between input fields and the drop down list without going though the
html links. The codes I have doesn't work yet I'm not sure what I'm
doing wrong.
V.C.
<td width="100" rowspan="1" align="RIGHT" bgcolor="#ffffcc">
<B><font size="-1"><a href="#"
onClick="MM_openBrWindow('name_uspis-pop.html','name','scrollbars=yes,width=310,height=490')">Name:</a></font></B>
</TD>
<TD ALIGN=RIGHT colspan=3>
<div align="left">
<input type="Text" name="sname" size="60" tabindex="1">
</div>
</TD>
</TR>
<tr>
<TD ALIGN=RIGHT VALIGN=middle bgcolor=#ffffcc width=100>
<B><font size="-1"><a href="#"
onClick="MM_openBrWindow('case_uspis-pop.html','case','scrollbars=yes,width=310,height=450')">Case:</a></font></B></TD>
<td colspan="4" align="LEFT">
<input type="Text" name="case" size="60" tabindex="2">
</TD></tr>
<tr>
<TD ALIGN=RIGHT VALIGN=middle bgcolor=#ffffcc width=100>
<B><font size="-1"><a href="#"
onClick="MM_openBrWindow('ssn_uspis-pop.html','ssn','scrollbars=yes,width=310,height=420')">SSN:</a></font></B></TD>
<td colspan="4" align="LEFT">
<input type="Text" name="ssn" size="60" tabindex="3">
</TD></tr>
<TR>
<td rowspan="2" align="CENTER" valign="MIDDLE"
bgcolor="#ffffcc">
<div align="right"><font size="-1"><b><a href="#"
onClick="MM_openBrWindow('dob2_uspis-pop.htm','dob2','scrollbars=yes,width=310,height=460')">Date
of Birth:</a></b></font></div>
</td>
<td><font size="-1"><b>Month:</b></font>
<select name="month" id="4">
<option selected>
<option selected value="1">January
<option selected value="2">February
<option selected value="3">March
<option selected value="4">April
<option selected value="5">May
<option selected value="6">June
<option selected value="7">July
<option selected value="8">August
<option selected value="9">September
<option selected value="10">October
<option selected value="11">November
<option selected value="12">December
</select>
</TD>
<td><B><font size="-1">Day:</font></b>
<select name="day" id="5">
<option selected>
<cfloop index="count" from="1" to="31">
<option selected><cfoutput>#count#</cfoutput>
</cfloop>
</select>
</td>
<td>
<font size="-1"><b>Year:</b></font>
<select name="year" id="6">
<option selected>
<cfoutput query="year">
<option>#year#
</cfoutput>
</select>
</TD>
</TR>
<tr>
<td align=right colspan="4">
<div align="center"><b><font size="-1">Age
Range: </font></b>
<font size="-1">From:</font>
<input type="Text" name="from_age" size="2" maxlength="3"
tabindex="7">
<font size="-1">To:</font>
<input type="Text" name="to_age" size="2" maxlength="3"
tabindex="8">
</div>
</td>
</tr>
<TR>
<TD COLSPAN=6 ALIGN=center>
<INPUT TYPE="HIDDEN" NAME="rollcount" VALUE="2">
<INPUT TYPE="submit" name = "done" VALUE="Search <cfoutput> #total.a#
records</cfoutput>">
<INPUT TYPE="reset" VALUE="Clear">
</TD>
</TR>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.