[thelist] Simple HTML form question

Rob Smith thelist at lists.evolt.org
Mon Mar 3 15:51:01 2003


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

Yup.

<body blah=blah onLoad="window.document.formName.Fieldname.focus()">

Rob