cursor

  1. MisterSimpson

    Cursor setzen

    Hallo ich habe ein Textfeld und da soll der Cursor automatisch drinnen sein. Warum klappt das nicht? Habe das jetzt so: <BODY onload="document.search.###SEARCH_NAME###.focus();"> <form method="POST" name="search" action="###FORM_URL###"> <input type="text" name="###SEARCH_NAME###"...