Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript to handle mailto: forms

Status
Not open for further replies.

carmo

MIS
Dec 15, 2002
92
CA
I would really appreciate help on this one.

I have created a HTML form that has a mailto: as the action so that the form results are e-mailed to someone. I used the enctype="text/plain", but I would like to use JavaScript (if possible) to make the output of the e-mail message like nicer than ("fieldname = value"). Does anyone have any experience in this? THANK YOU.

Carmo
-----------------------------------------------------
 
You can't you really should use some server side code for this.
 
carmo - like ggriffit said - there is no way to format a form when using MAILTO as the action. All form data is sent openely in emails (and the user is warned by an automatic pop-up). All of this just says you should REALLY look into a server-side solution (ASP, PHP, ColdFusion, CGI Script). Good Luck!

Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook (No, I'm not Rick)

zen.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top