| Author |
Question on mailto tag
|
mark watson
Ranch Hand
Joined: May 20, 2008
Posts: 44
|
|
Hi All,
I am using mailto tag in my javascript, I have the following questions on mailto tag
1. Is there any way to make body with html content?
2. Is there any way to make image as a body content?
I tried sending html elements through body but it is displaying like text.
Any suggestion on this is very helpful.
Thanks
-Mark
|
 |
mark watson
Ranch Hand
Joined: May 20, 2008
Posts: 44
|
|
|
Forgot to mention that I am using MS office 2007.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
I believe the mailto protocol is limited to just plain text. You cna add in line breaks into the body: http://www.ianr.unl.edu/internet/mailto.html
Eric
|
 |
mark watson
Ranch Hand
Joined: May 20, 2008
Posts: 44
|
|
|
Thanks Eric.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
If you want more control, you need to move the mailing to the server.
Eric
|
 |
 |
|
|
subject: Question on mailto tag
|
|
|