Im using the following mailto
link to send an email:
<a class="share3" title="" href="mailto:?subject=@check&body=@domain">
It works well, but sometimes my subject will contain an ampersand (&) character, and when it does my email is created without a body.
Any way to resolve this problem?