Q
question.boy
I created a form
<form id="feedback" name="feedback" method="post" action="cgi-bin/
FormMail.pl" onsubmit="return validate_form(this);">
....
</form>
You get the idea. So basically I need to run some javascript to check
what the user has entered and if everything checks out then send it by
e-mail using FormMail.
This works just fine in IE but not in Firefox. In Firefox, it does
not seem to process the javascript an simply send it to the cgi
regardless of what is entered. Could someone enlighten me as to why
it is disregarding the onclick event? How can I learn about creating
code that is truly universal?
Thank you
QB
<form id="feedback" name="feedback" method="post" action="cgi-bin/
FormMail.pl" onsubmit="return validate_form(this);">
....
</form>
You get the idea. So basically I need to run some javascript to check
what the user has entered and if everything checks out then send it by
e-mail using FormMail.
This works just fine in IE but not in Firefox. In Firefox, it does
not seem to process the javascript an simply send it to the cgi
regardless of what is entered. Could someone enlighten me as to why
it is disregarding the onclick event? How can I learn about creating
code that is truly universal?
Thank you
QB