|
Though I always tell my students NOT to use this, you can send a form's input via email without the use of PHP, cgi, etc.... Be warned, though, that the computer must have a default email client set up (ex: like Outlook).
<form method="post" name="myEmailForm" action="mailto:youremail@isp.com">
blah...
</form>
It looks like from your post, though, that you'll need to use more advanced tools. This one simply sends an email to the person indicated using the mailto function, but includes the items from the form.
__________________
Jeannie
"ergo bibamus"
|