日期:2014-05-18  浏览次数:20528 次

求:我用mailto发送邮件,但是它不支持空格和一些特殊字符(如:&等)
比如:
    <a   href= "mailto:aaa@163.com?subject=测试&body=垃圾邮件   http://localhost:4313/Website/CRM/MailPage.aspx?uid=3&mailpageid=17&sendtoid=a0da19d2-d3ed-4768-930c-cd29a4451eb5 "> </a>
则outLook的Body部分就只接受到http://localhost:4313/Website/CRM/MailPage.aspx?uid=3
请问各位高手有什么办法能把Body后面的都取到
就是这部分  
http://localhost:4313/Website/CRM/MailPage.aspx?uid=3&mailpageid=17&sendtoid=a0da19d2-d3ed-4768-930c-cd29a4451eb5

在线等


------解决方案--------------------
<script>
alert(escape( "http://www.aaa.com/aaa.aspx?id=1&aaa=2&aaa=3 "));
</script>