<!-- TWO STEPS TO INSTALL FOCUS ONLOAD:
1. Add the onLoad event handler into the BODY tag
2. Copy the coding into the BODY of your HTML document -->
<!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->
<BODY OnLoad="document.nameform.user.focus();"><!-- STEP ONE: Paste this code into the BODY of your HTML document -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!!
http://javascript.internet.com -->
<center>
<form name="nameform">
Name: <input type=text name=user size=10>
</form>
</center>
<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 0.61 KB -->