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.