[thelist] Simple HTML form question

thelist@lists.evolt.org thelist at lists.evolt.org
Mon Mar 3 15:49:00 2003


> Is it possible to have the cursor display in the text field
> on a search form when the page is first opened?


<script>
input_id.focus()
</script>

That should work, unless my brain is /completely/ fried today...

HTH,
-dave