Probably very simple.

admin

Administrator
Staff member
Is there a way that works on both IE and Netscape & both Windows/Mac to email a simple form using the "mailto" that will also send the user to another page for confirmation? The kicker is that I need to do this without using CGI, ASP, etc.

Can this all be done with just Javascript? I tried using the "onsubmit" to send to a new URL, but that only seems to work in IE and possibly only on Windows.

I also tried writing a very simple (I don't know much Javascript) function that would send the user to the new URL, but that seems to fire before actually mailing the form!

Any help would be appreciated. If you need to actually show code, please assume I know less than you think. :-)

Thanks,

Chris
 
Back
Top