How to make the cursor appear automatically in a text box?
<input id="textbox1" type="text" /> <script type="text/javascript">document.getElementById("textbox1").focus()</script>