Setfocus on textbox
Hi,
I have a textbox on the screen, after reloading the page I want to cursor to be focused on the textbox, so that they donñy have to use the mouse.
I tried several thing, with no luck. Any help is welcome!!!
My code is:
===
<form name="startform" ACTION="registrarentrada.asp" METHOD=POST>
<TABLE width="442">
<tr>
<td width="382"> <span class="style8">
<INPUT NAME="EMPLEADO" TYPE="TEXT" >
CÃDIGO EMPLEADO</span></td>
</tr>
....
</form>
===
Johny
|