PDA

View Full Version : Using Mailto for a Form


Alpine2005
04-03-2006, 09:56 PM
I'm trying to us mailto as the action for a form but it isn't sending it to my yahoo inbox. Do u have to have a program to read the mailto form emails?

Here is my code:

<form action="mydomain@yahoo.com">
First Name: <input name="first" id="first" type="text" /><br />
Last Name: <input name="last" id="last" type="text" /><br />
Comments: <textarea name="comments" id="comments" rows="10" cols="75">Text Here</textarea><br />
<input type="submit" value="submit" />
</form>

Flash Gordon
04-03-2006, 10:01 PM
doesn't quite work like that my man... :D

easist way is something like <a href="mailto:you@yahoo.com">EMAIL ME</a>

Alpine2005
04-03-2006, 10:06 PM
o i know but i want to learn by using forms

oldnewbie
04-04-2006, 03:54 AM
http://www.webthang.co.uk/tuts/tuts_fmx/gfmx3/gfmx3_2.asp