MisterSimpson
Simpsons Fan
- 20 April 2006
- 2.947
- 106
Hallo ich habe ein Textfeld und da soll der Cursor automatisch drinnen sein. Warum klappt das nicht? Habe das jetzt so:
HTML:
<BODY onload="document.search.###SEARCH_NAME###.focus();">
<form method="POST" name="search" action="###FORM_URL###">
<input type="text" name="###SEARCH_NAME###" id="###SEARCH_ID###" value="###SEARCH_VALUE###">
</form>