rolfie1
02-06-2006, 09:57 AM
i made a mailto form out of html but when i go to test it it doesnt send it only opens microsoft outlook (email reading thing) with the address i want to sent it to in the address line.
here is my code
<html>
<body>
<html>
<body>
<form action="MAILTO:blnk_4me_94@hotmail.com" method="post"
enctype="text/plain">
Habbo Name:<br>
<input type="text" name="habbo name"
value="insert here" size="20">
<br>
Email:<br>
<input type="text" name="email"
value="insert here" size="20">
<br>
Reason:<br>
<input type="checkbox" name="job">
Job App
<br>
<input type="checkbox" name="question">
Question<br>
<input type="checkbox" name="Comp Entry">
Comp Entry<br>
<input type="checkbox" name="Idea">
Idea<br>
<input type="checkbox" name="Complaint">
Complaint<br>
Message:<br>
<input type="text" name="message"
value="insert here" size="50"
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
</body>
</html>
here is my code
<html>
<body>
<html>
<body>
<form action="MAILTO:blnk_4me_94@hotmail.com" method="post"
enctype="text/plain">
Habbo Name:<br>
<input type="text" name="habbo name"
value="insert here" size="20">
<br>
Email:<br>
<input type="text" name="email"
value="insert here" size="20">
<br>
Reason:<br>
<input type="checkbox" name="job">
Job App
<br>
<input type="checkbox" name="question">
Question<br>
<input type="checkbox" name="Comp Entry">
Comp Entry<br>
<input type="checkbox" name="Idea">
Idea<br>
<input type="checkbox" name="Complaint">
Complaint<br>
Message:<br>
<input type="text" name="message"
value="insert here" size="50"
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
</body>
</html>