Click to See Complete Forum and Search --> : cursor and focus on a textbox


sansircar
August 18th, 2005, 09:11 AM
please advise --
how do i get the cursor and focus on a textbox when an aspx page loads ??

Alsvha
August 18th, 2005, 09:20 AM
Send a JavaScript to the client, telling it to set focus on the textbox.

( document.yourFormName.yourTextBox.focus(); )

aquafin
August 18th, 2005, 10:55 PM
See this thread:

http://www.codeguru.com/forum/showthread.php?t=351390