Click to See Complete Forum and Search --> : html email forms (mailto) to send html formatted large email content


mhvenkat
08-03-2003, 07:54 PM
Hi,

I am looking for javascript solution for generating html email content using the javascript mailto url using the HTML Email forms.
I want to use the HTML forms (setting action =mailto) so that I can send large email content (> 10,000 chars) and I also want to do HTML formating of the content.

when you send email using the action url pointing to mailto:xyz@xy.com, the content is a name=value which breaks the HTML formating of the email content (the body).

Any suggestion to suppress the "name=" in the content.

I am already aware of other solutions. See http://www.webreference.com/js/tips/001004.html
But it doesn't help for large email body or html format.

Thanks
Mahesh

Khalid Ali
08-04-2003, 07:29 AM
you will not be able to format the structure.Its will remain the the way a browser sends data to the email client...