2009-12-07

Re: Validating Forms.

Originally Posted By: Grantghardin0@gmail.com
Assuming all of your code is on the proper lines, onsubmit="return validate_form()" should read onsubmit="return validate_form(this)" to submit the form to your Javascript function.
'''Originally Posted By: Grantghardin0@gmail.com''' Assuming all of your code is on the proper lines, onsubmit="return validate_form()" should read onsubmit="return validate_form(this)" to submit the form to your Javascript function.
X