Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Easy Form Question

Status
Not open for further replies.

zzfive03

Programmer
Jun 11, 2001
267
How do i give cursor focus to a particluar item on my form? IN other words, when my page opens up, I want the users cursor to be on a particular text box.

Thanks!
Mark
 
add something like this to your page:

<script language=javascript>
document.MyForm.Myfield.focus();
</script> br
Gerard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top