I have a mail form that works correctly in IE but not in netscape. Actually in netscape the form works but will not redirect to the "thank you for inquiry" page. this is what i'm using to redirect.
pform.action="mailto:[email protected]";
// put the redirect url in here absolute or relative urls can be used
location.href="thanks.html";
could i put a script on the "Submit" button" to redirect it once it is submitted? Any suggestions would be greatly appreciated!
Thanks
pform.action="mailto:[email protected]";
// put the redirect url in here absolute or relative urls can be used
location.href="thanks.html";
could i put a script on the "Submit" button" to redirect it once it is submitted? Any suggestions would be greatly appreciated!
Thanks
Comment