I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. Where the fear has gone there will be nothing. Only I will remain.
je bedoelt niet "setcaption" maar "focus".
en dat is geen ASP maar javascript
dus:
en dat is geen ASP maar javascript
dus:
code:
1
2
3
4
5
6
7
| <HTML>
<BODY onload="document.myForm.txtbox.focus();">
<form id="myForm">
<INPUT type="text" name="txtbox"></form>
</BODY>
</HTML> |