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>
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>