View Single Post
Old 06-16-2002, 02:52 PM   PM User | #4
JohnKrutsch
Regular Coder

 
Join Date: Jun 2002
Location: The Planet Earth Code Poet: True
Posts: 282
Thanks: 0
Thanked 1 Time in 1 Post
JohnKrutsch is an unknown quantity at this point
Sure, the key is to set up your form tag correctly:

<form method="post" action="mailto:xxx@xxx.xxx" enctype="text/plain">

Of course you would replace all the xxx stuff with the email address you would like to send to. Upon subbmission, the data that was entered into the form and seleceted by the user will be emailed to you.

For a full blown tutorial see:

http://developer.netscape.com:80/vie...to/mailto.html
JohnKrutsch is offline   Reply With Quote