Is there any way to add a HTML link to the body of a mailto
email?
I know this is possible with activeX but I can't use that (I need it to work in other browsers than IE)
Something like this:
body=<a href='http:www.test.com'> link </a>
window.location.href = "mailto:" + emailTo + "?subject=" + subject+ "&body=" + body;