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
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