Vineet Kumar Saini

Vineet Kumar Saini

  • NA
  • 10.4k
  • 7.4m

Set focus on textbox

Apr 17 2012 8:36 AM
Hi

I have some following html code

<html >
<head>
<title>Untitled Document</title>
</head>
<br/>
<input type="text" name="textbox1" maxlength="100000" size="30" id="txtbox1" onfocus="txt1" height="50"/>
</body>
</html>


I want to set the focus on the textbox1 ? Please help me anyone ?

Thanks.



Answers (4)