RE: Validation problem - form still submits after client-side validation fails.

2004-09-20 Thread David G. Friedman
l be done on the server end once the form is submitted by the client's browser. Regards, David -Original Message- From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] Sent: Monday, September 20, 2004 4:52 PM To: '[EMAIL PROTECTED]' Subject: Validation problem - form still submi

Re: Validation problem - form still submits after client-side validation fails.

2004-09-21 Thread James Mitchell
You do not need to submit the form if you are using an input type="image". That's what it does if it is pressed (unless the image is outside of the ... tags. Make sure your html:form has the proper onsubmit="return validateXYZForm()" (notice that 'return' will stop the page from submitting if vali