Computing.Net > Forums > Web Development > mailto action in the form

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

Reply to Message Icon

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.

priti



Sponsored Link
Ads by Google

Response Number 1
Name: Laler
Date: May 14, 2005 at 15:37:35 Pacific
Reply:

mailto will always call the default email client in the visitor's PC.

you need some server side scripting to send the form to an email directly from the webserver use a form mailer service.

this is a sample of sending it by using server side script, assuming you have CGI and webmaster@yoursite.com.

and here's a thread about free form mailer service: http://www.computing.net/webdevel/wwwboard/forum/1718.html


---
Site of the Day


0

Response Number 2
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.

---
Site of the Day



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: mailto action in the form

form actions www.computing.net/answers/webdevel/form-actions/94.html

HTML form www.computing.net/answers/webdevel/html-form-/638.html

Having issue with multipart/form-data in jsp www.computing.net/answers/webdevel/having-issue-with-multipartformdata-in-jsp/4169.html