Uncle Jim's Javascript Designs
FOCUS ON LOAD
This example shows you how to place the focus on a particular filed within your form.
This way, the visitor doesn't have to click inside the form field before entering any information.
Name:
INSTALLATION INSTRUCTIONS
COPY
-
Insert Inside Body: <BODY></BODY>
Name:
COPY
-
Insert into Body Tag: <BODY 'CODE HERE'>
OnLoad="document.nameform.user.focus();"
Close This Window