I am creating a small "mailto:" form and I have it working fine. The user fills out all the fields, clicks submit and I get the information in my email. However, after the user clicks submit, it looks like nothing has happened. Can I have it forward to a new URL or file so the user knows his info has been submitted? This is the code I've used:
<head>
<title></title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<body bgcolor="#FFFFFF">
<font size="+3">
<form enctype="text/plain" method="POST" action="mailto:marklegault@ohgolly.net" name="mainform">
&nbsp;
<table border="0" cellpadding="5" cellspacing="0" width="73%" height="210">
<tr>
<td width="30%" height="28"></td>
<td width="70%" height="28"></td>
</tr>
</font>
<tr>
<td width="100%" height="38" colspan="2"><font face="Arial" size="3">Let us
hear your story of success in 300 words or less and you may end-up on the
&quot;Recognition&quot; page of Hot News!</font></td>
</tr>
<font size="+3">
<tr>
<td width="30%" height="1"></td>
<td width="70%" height="1"></td>
</tr>
</font>
<tr>
<td width="30%" height="38"><font face="Arial" size="3"><b>Name:</b></font></td>
<font size="+3">
<td width="70%" height="38"><font size="+3"><input name="NAME:" type="TEXT" size="30,1" maxlength="30"></font></td>
</tr>
</font>
<tr>
<td width="30%" height="38"><font face="Arial" size="3"><b>Business Name:</b></font></td>
<font size="+3">
<td width="70%" height="38"><font size="+3"><input name="BUSINESS NAME:" type="text" size="30,1" maxlength="30"></font></td>
</tr>
</font>
<tr>
<td width="30%" height="26"><font face="Arial" size="3"><b>Contact Phone:</b></font></td>
<font size="+3">
<td width="70%" height="26"><font size="+3"><input size="30,1" maxlength="30" name="CONTACT PHONE:" type="text"></font></td>
</tr>
</font>
<tr>
<td width="30%" height="16"><font face="Arial" size="3"><b>Website Address:</b></font></td>
<font size="+3">
<td width="70%" height="16"><font size="+3"><input size="30,1" maxlength="30" name="WEBSITE ADDRESS:" type="text"></font></td>
</tr>
</table>
</font><font face="Arial" size="2"><br>
</font><font face="Arial" size="3"><b>Your Story:</b></font><font size="+3">
<dl>
<p><textarea name="YOUR STORY:" rows="12" cols="55"></textarea>
</dl>
<p><input type="button" onclick="mainform.submit();" value="Accept &amp; Submit">
<input type="button" onclick="window.close();" value="DECLINE"></p>
</form>
</font>
</body>
Thanks very much.
~Mark
<head>
<title></title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<body bgcolor="#FFFFFF">
<font size="+3">
<form enctype="text/plain" method="POST" action="mailto:marklegault@ohgolly.net" name="mainform">
&nbsp;
<table border="0" cellpadding="5" cellspacing="0" width="73%" height="210">
<tr>
<td width="30%" height="28"></td>
<td width="70%" height="28"></td>
</tr>
</font>
<tr>
<td width="100%" height="38" colspan="2"><font face="Arial" size="3">Let us
hear your story of success in 300 words or less and you may end-up on the
&quot;Recognition&quot; page of Hot News!</font></td>
</tr>
<font size="+3">
<tr>
<td width="30%" height="1"></td>
<td width="70%" height="1"></td>
</tr>
</font>
<tr>
<td width="30%" height="38"><font face="Arial" size="3"><b>Name:</b></font></td>
<font size="+3">
<td width="70%" height="38"><font size="+3"><input name="NAME:" type="TEXT" size="30,1" maxlength="30"></font></td>
</tr>
</font>
<tr>
<td width="30%" height="38"><font face="Arial" size="3"><b>Business Name:</b></font></td>
<font size="+3">
<td width="70%" height="38"><font size="+3"><input name="BUSINESS NAME:" type="text" size="30,1" maxlength="30"></font></td>
</tr>
</font>
<tr>
<td width="30%" height="26"><font face="Arial" size="3"><b>Contact Phone:</b></font></td>
<font size="+3">
<td width="70%" height="26"><font size="+3"><input size="30,1" maxlength="30" name="CONTACT PHONE:" type="text"></font></td>
</tr>
</font>
<tr>
<td width="30%" height="16"><font face="Arial" size="3"><b>Website Address:</b></font></td>
<font size="+3">
<td width="70%" height="16"><font size="+3"><input size="30,1" maxlength="30" name="WEBSITE ADDRESS:" type="text"></font></td>
</tr>
</table>
</font><font face="Arial" size="2"><br>
</font><font face="Arial" size="3"><b>Your Story:</b></font><font size="+3">
<dl>
<p><textarea name="YOUR STORY:" rows="12" cols="55"></textarea>
</dl>
<p><input type="button" onclick="mainform.submit();" value="Accept &amp; Submit">
<input type="button" onclick="window.close();" value="DECLINE"></p>
</form>
</font>
</body>
Thanks very much.
~Mark