http://www.wiley.com/legacy/compbooks/stein/text/javascript.txt
This link will take you to the 'OFFICIAL GUIDE TO PROGRAMMING WITH CGI.PM' 
website which lists code examples, and specifically this one
shows how to use Javascript with CGI.

hth,
Maurice Reeves


>From: "Kevin 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
>loading a cgi form?
>
>Here is the field and some of the code:
>
>print $query->start_form();
>
>   print "<p align=center>";
>   print "<BR><b>Tool Name</b><BR>";
>   print $query->textfield('name'), "\n";
>   print "<br><br>";
>
>
>
>--
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to