pucepuce
12-13-2003, 01:06 PM
I have two form validations in my onSubmit=""
Why does only the first one (return checkrequired) work?
I separated them with a semicolon, isn't that the correct way to do it?
<form method="post" action="/cgi-bin/mailer.pl" onSubmit="return checkrequired(this);return checkEmail(this)">
http://www.sanddiving.com/Contactus.htm
Thank you for your help,
Nicole
Why does only the first one (return checkrequired) work?
I separated them with a semicolon, isn't that the correct way to do it?
<form method="post" action="/cgi-bin/mailer.pl" onSubmit="return checkrequired(this);return checkEmail(this)">
http://www.sanddiving.com/Contactus.htm
Thank you for your help,
Nicole