Thread: Forms
View Single Post
  #9 (permalink)  
Old 03-19-2004, 05:11 AM
Biffy Biffy is offline
WebProWorld New Member
 

Join Date: Jul 2003
Posts: 19
Biffy RepRank 0
Default

You can send a simple email just from a form:

<form method="post" enctype="text/plain" action="mailto:me@me.com?subject=I have mail!">
<input type="text" value="blah blah" />
</form>

but it would be worth your while looking into a more flexible solution like PERL, PHP, ASP etc.
__________________
******************************
Remember, there is no spoon...
Reply With Quote