mellomello
08-12-2003, 12:24 AM
I've been trying to create a very simple mailto form for the sake of learning. I uploaded it, and each time I test it out, I get an error message saying "A connection failure has occured." I've tried various recipient email address, and have gotten the same result. It can't be my internet connection. I've tried it from a different office, and have also gotten the same result. Any suggestions?
Here's the html:
<head>
<title>test form</title>
</head>
<body>
<FORM action="mailto:xxxx@xxxxxxx.com" method="post" enctype="text/plain">
<BR>
THIS IS THE FORM TO E-MAIL TEST
<BR>
<INPUT size="20" type="text">
<BR>
<INPUT type="submit" name="sbmbut1" value="E-mail Form">
</FORM>
</body>
</html>
Thank you for your help!
Here's the html:
<head>
<title>test form</title>
</head>
<body>
<FORM action="mailto:xxxx@xxxxxxx.com" method="post" enctype="text/plain">
<BR>
THIS IS THE FORM TO E-MAIL TEST
<BR>
<INPUT size="20" type="text">
<BR>
<INPUT type="submit" name="sbmbut1" value="E-mail Form">
</FORM>
</body>
</html>
Thank you for your help!