Form: Email

You can send e-mail from a form:

HTML file: Displayed by browser:
<form action="MAILTO:[email protected]" method="post" enctype="text/plain">

 <fieldset style="border:dotted; color:green;">
  <legend><h2><br />Send e-mail to Marusya:</h2></legend>
  Name: <br />
  <input type="text" name="name" value="your name">
  <br /><br />
  E-mail: <br />
  <input type="text" name="mail" value="your email addy">
  <br /><br />
  Comment: <br />
  <input type="text" name="comment" value="short comment" size="75">
  <br /><br />
  <input type="submit" value="Send">
  <input type="reset" value="Reset">
 </fieldset>

</form>


Send e-mail to Marusya:

Name:


E-mail:


Comment:


Oh, that worked! I got an email from this!

Back button Table of Contents Next button