Open new page- curser in text box

admin

Administrator
Staff member
When a some of web pages open, I want the curser to start off in the first text box, without the user having to click in it.<br />
<br />
Is there a working script that will do this? I found a couple but they are nto cross-browser compatible.<!--content--><body onload="document.forms.myForm.firstText.focus(); return true"><br />
<br />
<form name="myForm"><br />
<input type="text" name="firstText"><br />
</form><!--content-->
 
Back
Top