theprophet
Programmer
I have a form which I am emailing using the following:
<FORM ENCTYPE="text/plain" NAME="test" METHOD='POST' ACTION='mailto:name@whereever.com' onSubmit="return submitForm()">
where submitForm returns 'true'
I was just wondering how I can close the window (without an alert message) after the form is submitted via email.
Any help would be greatly appreciated.
<FORM ENCTYPE="text/plain" NAME="test" METHOD='POST' ACTION='mailto:name@whereever.com' onSubmit="return submitForm()">
where submitForm returns 'true'
I was just wondering how I can close the window (without an alert message) after the form is submitted via email.
Any help would be greatly appreciated.