Document Replies

liunx

Guest
I have an application that people can fill out. Instead of printing the document to be mailed back to me, what html code can I use to have the document sent back to me via email?<br />
<br />
Thank you for the suggestions....<!--content--><FORM ACTION="mailto:[email protected]" METHOD="POST" ENCTYPE="text/plain"><br />
<INPUT TYPE="TEXT" NAME="myTextName" VALUE="123abc"><br />
<INPUT TYPE="SUBMIT"><br />
</FORM><br />
<br />
<br />
Here is a simple article: <!-- m --><a class="postlink" href="http://tech.irt.org/articles/js071/index.htm">http://tech.irt.org/articles/js071/index.htm</a><!-- m --><br />
<br />
Here is an artile with more advanced mail techniques:<br />
<!-- m --><a class="postlink" href="http://tech.irt.org/articles/js080/index.htm">http://tech.irt.org/articles/js080/index.htm</a><!-- m --><!--content-->
 
Back
Top