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 tag, you can have an statement like:
onsubmit="return validate()"
Where validate() will be a javascript function.
Claude Cormier
Ormetal Inc.
http://w
On Thu, 21 Mar 2002, David Johansen wrote:
> I was wondering if there was a way to do validation of the values in forms.
> I know that I could just check it all after it's been submitted with a post,
> but is there any way to do it as they're entering the data or when they
> click the button right
I was wondering if there was a way to do validation of the values in forms.
I know that I could just check it all after it's been submitted with a post,
but is there any way to do it as they're entering the data or when they
click the button right before it sends the data? Thanks,
Dave
--
PHP
3 matches
Mail list logo