Hello,
I'm having issues with the website I made for my brother (only in IE, I think it is due to some update).
I'm using an input form with a submit button with a onsubmit and an action:
I recall that one of you here had a suggestion where the submit button would be replaced by a regular button calling the function CheckMyForm() and where the submit-action would be called within this function (as the combination of onsubmit and action might lead to issues).
However, I can't seem to find it...
Could anyone help with this?
Thanks!
Jörg
I'm having issues with the website I made for my brother (only in IE, I think it is due to some update).
I'm using an input form with a submit button with a onsubmit and an action:
Code:
form name="form1" onsubmit="CheckMyForm()" method="post" action="sendmail.php"
However, I can't seem to find it...
Could anyone help with this?
Thanks!
Jörg
Comment