|
Automatically Position Cursor in Form
Instructions: you can rename the "stb" name. Just make sure you change both instances and that they match.
Notice the cursor in the search box field.
Name the form you want the cursor in "myform", and name the input box the cursor should be in "keywords". You can name it something else but you'll need to also change it in the other part of the code. Like so:
<form name="myform">
<input name="keywords">
This goes in the HEAD of your document.
|
dhtml/form/cursorauto.html
|