FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

placing focus in textbox

 


woodenbrick
Can anyone tell me how I can put the focus in a text box when my page loads up?
mariohs
First you have to identify your text box (with an id property, for example).
Code:
<input type="text" id="test" />

Then, a little javascript trick, to execute when the document loads up.
Code:
document.getElementById("test").focus()


If you have any doubts on how to do it when the document loads, just let me know...
woodenbrick
ok i've managed to get it to work, thanks for your help
mariohs
No problem. We're always here when you need help Very Happy
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.