This is probably an easy question, but I to this point have been unable to find the answer, problably not asking the right question. I have a site that just has some headings and a form. How do I get the cursor in the First inputbox on the form when the page loads?
<html>
<head><title>In/Out Board</title></head>
<body TOPMARGIN=0 LEFTMARGIN=50 BGPROPERTIES="FIXED" LINK="#000000" VLINK="#808080" ALINK="#000000" BGCOLOR= BLUE text = white FONT>
<table align = center>
<tr><td align = center><h1>headin1</h1></td></tr>
<tr><td align = center><h1>heading2</h1></td></table>
<FORM ACTION="script.asp" METHOD=post>
<h2>Enter your UserID?</h2>
<P><INPUT TYPE="text" NAME="usrnme"></P>
<h2>Enter your password?</h2>
<P><INPUT TYPE="password" name="pass"</P>
<p><INPUT TYPE="submit" VALUE="Submit Query"></p>
<INPUT TYPE="reset" VALUE="Reset">
</FORM>
Thanks
Ddnwolff
<html>
<head><title>In/Out Board</title></head>
<body TOPMARGIN=0 LEFTMARGIN=50 BGPROPERTIES="FIXED" LINK="#000000" VLINK="#808080" ALINK="#000000" BGCOLOR= BLUE text = white FONT>
<table align = center>
<tr><td align = center><h1>headin1</h1></td></tr>
<tr><td align = center><h1>heading2</h1></td></table>
<FORM ACTION="script.asp" METHOD=post>
<h2>Enter your UserID?</h2>
<P><INPUT TYPE="text" NAME="usrnme"></P>
<h2>Enter your password?</h2>
<P><INPUT TYPE="password" name="pass"</P>
<p><INPUT TYPE="submit" VALUE="Submit Query"></p>
<INPUT TYPE="reset" VALUE="Reset">
</FORM>
Thanks
Ddnwolff