<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2652.35">
<TITLE>RE: [Javascript] Default Input</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>function setMyFocus(){</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp; document.formanme.itemName.focus()</FONT>
<BR><FONT SIZE=2>}</FONT>
</P>
<BR>

<P><FONT SIZE=2>&lt;BODY onload=&quot;setMyFocus()&quot;&gt;</FONT>
</P>

<P><FONT SIZE=2>Bob Filipiak</FONT>
<BR><FONT SIZE=2>(Contractor)</FONT>
<BR><FONT SIZE=2>Remtech Services, Inc.</FONT>
<BR><FONT SIZE=2>878-0192</FONT>
<BR><FONT SIZE=2>Intercom: 2070</FONT>
<BR><FONT SIZE=2>Microsoft®</FONT>
<BR><FONT SIZE=2>&nbsp; C E R T I F I E D</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp; Professional</FONT>
</P>
<BR>
<BR>
<BR>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Howard Salter [<A HREF="mailto:HowardSalter@penningtonseed.com">mailto:HowardSalter@penningtonseed.com</A>]</FONT>
<BR><FONT SIZE=2>Sent: Monday, March 11, 2002 9:35 AM</FONT>
<BR><FONT SIZE=2>To: javascript@LaTech.edu</FONT>
<BR><FONT SIZE=2>Subject: [Javascript] Default Input</FONT>
</P>
<BR>

<P><FONT SIZE=2>This may be more of an HTML question than a javascript question, but here</FONT>
<BR><FONT SIZE=2>goes anyway. How do I get a form to set the focus on an input field when the</FONT>
<BR><FONT SIZE=2>page loads. For instance, I have a page that has an input form that is used</FONT>
<BR><FONT SIZE=2>over and over again. The users would like the focus to be set to the first</FONT>
<BR><FONT SIZE=2>field on the form so they don't have to click on it every time they start a</FONT>
<BR><FONT SIZE=2>new entry. Any ideas?</FONT>
</P>

<P><FONT SIZE=2>TIA,</FONT>
<BR><FONT SIZE=2>Howard</FONT>
<BR><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>Javascript mailing list</FONT>
<BR><FONT SIZE=2>Javascript@LaTech.edu</FONT>
<BR><FONT SIZE=2><A HREF="https://lists.LaTech.edu/mailman/listinfo/javascript" TARGET="_blank">https://lists.LaTech.edu/mailman/listinfo/javascript</A></FONT>
</P>

</BODY>
</HTML>