On 21 Mar 2002, at 0:54, David Johansen wrote:

> I was wondering if there was a way to do validation of the values in
> forms.

Sure, in your <Form> tag, you can have an statement like:

onsubmit="return validate()"

Where validate() will be a javascript function.

Claude Cormier
Ormetal Inc.

http://www.goldcurrencies.ca
http://www.ormetal.com
=============================================
Claude Cormier Public Key
http://www.ormetal.com/keys/ClaudeCormier.asc
=============================================

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to