------------------------------------------------
On Fri, 24 Jan 2003 09:13:32 -0600, "Liebert, Sander" <[EMAIL PROTECTED]> 
wrote:

> I would like to disable the RETURN key on my form so users cannot
> accidentally submit it before they are finished. I have if statements that
> check to see if all the fields have input, but many users will complain
> since they are used to hitting RETURN instead of TAB. The submit button will
> need to only work with a mouse click.
> 

This has to be handled client side, you need to look into Javascript or some other 
client side language.  I am assuming you're asking this list, because you are using 
CGI which is written in Perl.  CGI is server side.

http://danconia.org

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

Reply via email to