--------------E3247DA5CF1B8A069397A823
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,
The tab index doesn't seem to work with Netscape.  Is there something I can do?
Please help.
Thanks,
V.

David Shadovitz wrote:

> You can have IE skip the links by setting their tab index to -1.
>
> For example:
>
> <a href="#"
> onClick="MM_openBrWindow('name_uspis-pop.html','name','scrollbars=yes,wid
> th=310,height=490')" tabindex="-1">
>
> -David
>
> On Mon, 11 Sep 2000 "Vyna P. Courtney" <[EMAIL PROTECTED]> writes:
> > 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,wid
> th=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,wid
> th=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,widt
> h=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>&nbsp;&nbsp;&nbsp;
> >    <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:&nbsp;&nbsp;&nbsp;</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>
> ________________________________________________________________
> YOU'RE PAYING TOO MUCH FOR THE INTERNET!
> Juno now offers FREE Internet Access!
> Try it today - there's no risk!  For your FREE software, visit:
> http://dl.www.juno.com/get/tagj.
> ------------------------------------------------------------------------------
> 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.

--------------E3247DA5CF1B8A069397A823
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi,
<br>The tab index doesn't seem to work with Netscape.&nbsp; Is there something
I can do?
<br>Please help.
<br>Thanks,
<br>V.
<p>David Shadovitz wrote:
<blockquote TYPE=CITE>You can have IE skip the links by setting their tab
index to -1.
<p>For example:
<p>&lt;a href="#"
<br>onClick="MM_openBrWindow('name_uspis-pop.html','name','scrollbars=yes,wid
<br>th=310,height=490')" tabindex="-1">
<p>-David
<p>On Mon, 11 Sep 2000 "Vyna P. Courtney" &lt;[EMAIL PROTECTED]> writes:
<br>> Please help me with the Tab key.
<br>>
<br>> What I'm trying to do is to allow users to use the tab key to
<br>> navigate
<br>> between input fields and the drop down list without going though
the
<br>> html links.&nbsp; The codes I have doesn't work yet I'm not sure
what I'm
<br>> doing wrong.
<br>>
<br>> V.C.
<br>>
<br>>
<br>> &lt;td width="100" rowspan="1" align="RIGHT" bgcolor="#ffffcc">
<br>> &lt;B>&lt;font size="-1">&lt;a href="#"
<br>>
<br>>
<br>onClick="MM_openBrWindow('name_uspis-pop.html','name','scrollbars=yes,wid
<br>th=310,height=490')">Name:&lt;/a>&lt;/font>&lt;/B>
<br>>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/TD>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;TD ALIGN=RIGHT
colspan=3>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div
align="left">
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;input type="Text" name="sname" size="60" tabindex="1">
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/TD>
<br>>&nbsp;&nbsp; &lt;/TR>
<br>>
<br>>
<br>>&nbsp;&nbsp;&nbsp; &lt;tr>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;TD&nbsp; ALIGN=RIGHT
VALIGN=middle bgcolor=#ffffcc width=100>
<br>> &lt;B>&lt;font size="-1">&lt;a href="#"
<br>>
<br>>
<br>onClick="MM_openBrWindow('case_uspis-pop.html','case','scrollbars=yes,wid
<br>th=310,height=450')">Case:&lt;/a>&lt;/font>&lt;/B>&lt;/TD>
<br>>
<br>>&nbsp;&nbsp; &lt;td colspan="4" align="LEFT">
<br>>&nbsp;&nbsp; &lt;input type="Text" name="case" size="60" tabindex="2">
<br>>&nbsp;&nbsp; &lt;/TD>&lt;/tr>
<br>>&nbsp;&nbsp;&nbsp; &lt;tr>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;TD&nbsp; ALIGN=RIGHT
VALIGN=middle bgcolor=#ffffcc width=100>
<br>> &lt;B>&lt;font size="-1">&lt;a href="#"
<br>>
<br>>
<br>onClick="MM_openBrWindow('ssn_uspis-pop.html','ssn','scrollbars=yes,width
<br>=310,height=420')">SSN:&lt;/a>&lt;/font>&lt;/B>&lt;/TD>
<br>>
<br>>&nbsp;&nbsp; &lt;td colspan="4" align="LEFT">
<br>>&nbsp;&nbsp; &lt;input type="Text" name="ssn" size="60" tabindex="3">
<br>>&nbsp;&nbsp; &lt;/TD>&lt;/tr>
<br>>
<br>>&nbsp;&nbsp; &lt;TR>
<br>>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td rowspan="2"
align="CENTER" valign="MIDDLE"
<br>> bgcolor="#ffffcc">
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div
align="right">&lt;font size="-1">&lt;b>&lt;a href="#"
<br>>
<br>onClick="MM_openBrWindow('dob2_uspis-pop.htm','dob2','scrollbars=yes,widt
<br>h=310,height=460')">Date
<br>>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
of Birth:&lt;/a>&lt;/b>&lt;/font>&lt;/div>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/td>
<br>>&nbsp;&nbsp;&nbsp; &lt;td>&lt;font size="-1">&lt;b>Month:&lt;/b>&lt;/font>
<br>>&nbsp;&nbsp;&nbsp; &lt;select name="month" id="4">
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected>
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected value="1">January
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected value="2">February
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected value="3">March
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected value="4">April
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected value="5">May
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected value="6">June
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected value="7">July
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected value="8">August
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected value="9">September
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected value="10">October
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected value="11">November
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected value="12">December
<br>>&nbsp;&nbsp;&nbsp; &lt;/select>
<br>>&nbsp;&nbsp; &lt;/TD>
<br>>&nbsp;&nbsp; &lt;td>&lt;B>&lt;font 
size="-1">Day:&lt;/font>&lt;/b>&amp;nbsp;&amp;nbsp;&amp;nbsp;
<br>>&nbsp;&nbsp;&nbsp; &lt;select name="day" id="5">
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected>
<br>>&nbsp;&nbsp;&nbsp; &lt;cfloop index="count" from="1" to="31">
<br>>&nbsp;&nbsp;&nbsp;&nbsp; &lt;option selected>&lt;cfoutput>#count#&lt;/cfoutput>
<br>>&nbsp;&nbsp;&nbsp; &lt;/cfloop>
<br>>&nbsp;&nbsp;&nbsp; &lt;/select>
<br>>&nbsp;&nbsp; &lt;/td>
<br>>
<br>>
<br>>&nbsp;&nbsp; &lt;td>
<br>>&nbsp;&nbsp;&nbsp; &lt;font size="-1">&lt;b>Year:&lt;/b>&lt;/font>
<br>>&nbsp;&nbsp;&nbsp; &lt;select name="year" id="6">
<br>>&nbsp;&nbsp;&nbsp; &lt;option selected>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;cfoutput query="year">
<br>>&nbsp;&nbsp;&nbsp; &lt;option>#year#
<br>>&nbsp;&nbsp;&nbsp; &lt;/cfoutput>
<br>>&nbsp;&nbsp;&nbsp; &lt;/select>
<br>>&nbsp;&nbsp; &lt;/TD>
<br>>&nbsp; &lt;/TR>
<br>>&nbsp; &lt;tr>
<br>>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td align=right
colspan="4">
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div
align="center">&lt;b>&lt;font size="-1">Age
<br>> Range:&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/font>&lt;/b>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;font size="-1">From:&lt;/font>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;input type="Text" name="from_age" size="2"
<br>> maxlength="3"
<br>> tabindex="7">
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;font size="-1">To:&lt;/font>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;input type="Text" name="to_age" size="2" maxlength="3"
<br>> tabindex="8">
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div>
<br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/td>
<br>>&nbsp; &lt;/tr>
<br>>
<br>>
<br>>&nbsp; &lt;TR>
<br>>&nbsp;&nbsp; &lt;TD COLSPAN=6 ALIGN=center>
<br>>&nbsp;&nbsp;&nbsp; &lt;INPUT TYPE="HIDDEN" NAME="rollcount" VALUE="2">
<br>>&nbsp;&nbsp;&nbsp; &lt;INPUT TYPE="submit" name = "done" VALUE="Search
&lt;cfoutput>
<br>> #total.a#
<br>> records&lt;/cfoutput>">
<br>>&nbsp;&nbsp;&nbsp; &lt;INPUT TYPE="reset" VALUE="Clear">
<br>>&nbsp;&nbsp; &lt;/TD>
<br>>&nbsp; &lt;/TR>
<br>________________________________________________________________
<br>YOU'RE PAYING TOO MUCH FOR THE INTERNET!
<br>Juno now offers FREE Internet Access!
<br>Try it today - there's no risk!&nbsp; For your FREE software, visit:
<br><a href="http://dl.www.juno.com/get/tagj">http://dl.www.juno.com/get/tagj</a>.
<br>------------------------------------------------------------------------------
<br>Archives: <a 
href="http://www.mail-archive.com/[email protected]/">http://www.mail-archive.com/[email protected]/</a>
<br>To Unsubscribe visit <a 
href="http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk">http://www.houseoffusion.com/index.cfm?sidebar=lists&amp;body=lists/cf_talk</a>
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.</blockquote>
</html>

--------------E3247DA5CF1B8A069397A823--


------------------------------------------------------------------------------
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.

Reply via email to