PDA

View Full Version : Forms submit



PyroTeknik
05-23-2004, 03:19 PM
Was trying to write up a form and i cant remember how to make the from submit to a email addy :confused: someone remind me please

John Cena
05-25-2004, 04:51 AM
When you click submit, it will open your default email client(Mostly outlook) and try to send it from there.

You can use better methods to email if U know asp or php and have servers that support them :)

<Form Method="POST" action="mailto:email@email.com?subject=Thisissubject">
Message:<input type=text>
<input type=submit value="Send Email">
</FORM>


http://developer.netscape.com/viewsource/husted_mailto/mailto.html