logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Jake on Sat 17 Mar 2001 in response to JavaScript Form Validator, Version 1.8

Re: Netscape 4 and 6

Thanks John. Glad you like it ;-)


Hmm, Netscape 6 does indeed seem to ignore the onsubmit event of the form.
Wonder why when it works okay in version 4!?


The work around is to by-pass the onsubmit and do the validation straight from
the button. Put the following in the button's onClick event:


if ( doSubmit( document.forms[0], true ) ) document.forms[0].submit();


As for the submission of empty check-boxes. Leave it with me and I'll see if I
can address it in version 2.0....


Jake
-CodeStore