Hello,
I seem to be having issues with a website I made. It worked perfectly, but now 2 problems have started to occur. The weirdest one is the first:
1. There is an input form, with
Previously, when one clicked the submit button, the form was checked (according to checkform), and it was submitted. Now however, when you click, the form is checked. You have to click again to submit it.
It used to work perfectly, and still does on Firefox.
Could be it due to a security update in IE ?
To avoid problems, should I perhaps put the call to sendmail.php in the Checkform function?
(if so, how?)
2. There is an errormessage in a .js script that wasn't there before.
(but I'll check this one further)
Thanks!
Jörg
I seem to be having issues with a website I made. It worked perfectly, but now 2 problems have started to occur. The weirdest one is the first:
1. There is an input form, with
Code:
onSubmit="CheckForm()" method="post" action="sendmail.php"
It used to work perfectly, and still does on Firefox.
Could be it due to a security update in IE ?
To avoid problems, should I perhaps put the call to sendmail.php in the Checkform function?
(if so, how?)
2. There is an errormessage in a .js script that wasn't there before.
(but I'll check this one further)
Thanks!
Jörg
Comment