it is dhtml/javascript
onload function in the body tag that sets focus on a particular form
element form.fieldname
HTH
Etienne
Kevin Harwood wrote:
>
> Is there a way to place the cursor in a text field automatically upon
> loading a cgi form?
>
> Here is the field and some of the code:
>
n Harwood" <[EMAIL PROTECTED]>
>Reply-To: "Kevin Harwood" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: set focus on a cgi form upon loading
>Date: Mon, 10 Dec 2001 10:33:53 -0800
>
>Is there a way to place the cursor in a text field automatically upon
Is there a way to place the cursor in a text field automatically upon
loading a cgi form?
Here is the field and some of the code:
print $query->start_form();
print "";
print "Tool Name";
print $query->textfield('name'), "\n";
print "";
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo