954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

JavaScript Mouse Focus

i have a login page which contains a text box for a username

i want whenever i get to this page the Cursor is in the Text Box Waiting for my entry
i know its so simple but im new to JS

yasmena
Light Poster
45 posts since May 2008
Reputation Points: 10
Solved Threads: 0
 

try

<script language="javascript" type="text/javascript">
function foc(){
document.getElementById('textfieldid').focus();
}
</script>
<body onload="foc();">
architact
Junior Poster
115 posts since Apr 2008
Reputation Points: 40
Solved Threads: 7
 

THanks A Million

yasmena
Light Poster
45 posts since May 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You