mark24317
10-02-2003, 06:32 PM
Hi,
I pasted an email and thank you page form script into my page that came with 1stpage 2000 and I don't get an email when testing the form. You can check the page out at http://www.buckhuntersecrets.com/popup.html . Here's the code I modified: The email is a valid address.
Thank you for any help!
<!-- START OF SCRIPT -->
<!-- For more scripts visit http://www.netpedia.com -->
<HTML><HEAD><TITLE>Verify Form</TITLE></HEAD>
<BODY BGCOLOR="FFFFFF">
<FORM method="POST" action="mailto:mark@buckhuntersecrets.com" onSubmit="alert('Thank You!');">
<B>Please enter your name and<br> email address on the same line: </B><input NAME="username" size="30">
<input type=submit onBlur="doVerify()" value="Submit">
<input type=reset value="Start over">
<SCRIPT LANGUAGE="javascript">
function doVerify()
{
location.href = "http://www.buckhuntersecrets.com/topten.html"
}
</script>
</form>
<!-- END OF SCRIPT -->
I pasted an email and thank you page form script into my page that came with 1stpage 2000 and I don't get an email when testing the form. You can check the page out at http://www.buckhuntersecrets.com/popup.html . Here's the code I modified: The email is a valid address.
Thank you for any help!
<!-- START OF SCRIPT -->
<!-- For more scripts visit http://www.netpedia.com -->
<HTML><HEAD><TITLE>Verify Form</TITLE></HEAD>
<BODY BGCOLOR="FFFFFF">
<FORM method="POST" action="mailto:mark@buckhuntersecrets.com" onSubmit="alert('Thank You!');">
<B>Please enter your name and<br> email address on the same line: </B><input NAME="username" size="30">
<input type=submit onBlur="doVerify()" value="Submit">
<input type=reset value="Start over">
<SCRIPT LANGUAGE="javascript">
function doVerify()
{
location.href = "http://www.buckhuntersecrets.com/topten.html"
}
</script>
</form>
<!-- END OF SCRIPT -->