Wrox Programmer Forums
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 23rd, 2005, 07:37 AM
Authorized User
 
Join Date: Dec 2004
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to DSteven Send a message via MSN to DSteven
Default Form help

i want to create a form so people can fill it out and it sends it straight to me at my e-mail address. i have tried this code i don't seem to get the e-mail

<form action="MAILTO:[email protected]" method="post" enctype="text/plain">
<input type="text" name="name"
value="Your Name" size="35"><br>
<input type="text" name="mail"
value="E-mail Address" size="35">
<br><input type="text" name="webbie"
value="http://" size="35">
<br>
<textarea name="Message" rows=10 cols=50>Your Message?</textarea><br>
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Re-do">

</form>

i got the code from w3schools.com and editing the code a bit.



 
Old August 23rd, 2005, 03:12 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Do you know an email was actually sent? Looks right to me. Of course, mailto forms only work provided the browser is configured to open a default email client and so on.


(o<
//\ =^..^=





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to set a form as startup form in vb.net 2.0 mallikalapati .NET Framework 2.0 1 February 21st, 2008 09:19 AM
Close all MdiChield form from open one form/Button salman .NET Framework 2.0 6 December 10th, 2007 03:21 AM
Firefox Error when Form Floated / Form locks socoolbrewster CSS Cascading Style Sheets 5 October 6th, 2007 09:59 PM
How to refresh owner form on closing of child form akumarp2p C# 2005 0 December 22nd, 2006 10:27 AM
parent form from child form - urgent plz netfresher C# 1 November 8th, 2006 06:59 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.