April 26, 2009

0 Send e-mail from a form

this tutorial shows how to send a e-mail from a form

<html>
<body>
<form action="MAILTO:John@mysite.com" method="post" enctype="text/plain">
<h3>this form sends an email to webprogrammingscripts.blogsopt.com </h3>

Name:<br>
<input type="text" name="name" value="yourname" size="20">
<br>
Mail:<br>
<input type="text" name="email" value="your email" size="20">
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
</body>
</html>
</html>










this form sends an email to mysite.com



Name:




Mail:











0 comments:

Post a Comment

Blogger Themes

 
Powered by Blogger