Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
mailto action in the form
Name: priti Date: May 14, 2005 at 11:46:12 Pacific OS: Win 2000 Prof. CPU/Ram: P3
Comment:
Hi, I want to submit form data to assinged email address. I am using mailto: action. But when I click on submit button I get write email screen(I have aol, so I get AOL write email dialouge box) without any form data into it. I was under that impression that once I click submit form data get submitted to email address. Please advice me on how "mailto" action works. Do I need to do any setting besides "mailto" action in the jsp/html code? Thanks.
Name: Laler Date: May 14, 2005 at 15:43:36 Pacific
Reply:
^o^
_mailto_ will always call the default email client in the visitor's PC. You need a server side script if you want to submit the form to an email address directly from the webserver OR you can use a form mailer service.
This is a sample of using a server side script, assuming you have CGI and webmaster@yoursite.com.
While this is a discussion about free form mailer service.
Summary: "For some reason some browsers are not recognizing email as an action for the form" If you're referring to doing something like action="mailto:webmaster@yoursite.com", then there's nothing else you ca...
Summary: YOu could do a simple mailto in the form action, but if you want a simple solution check out cutandpastescripts.com Poor Stevie. They never did find his head. ...
Summary: Hi all, I am very new to jsp. In my jsp, I am trying to use "multipart/form-data" in my form. When I use <FORM name="form1" action="\test.jsp" enctype="multipart/form-data" method="POST"> I can n...