码迷,mamicode.com
首页 > Web开发 > 详细

html send mail

时间:2018-09-04 21:19:12      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:rip   oca   enc   second   att   div   format   cat   ati   

  

<html>
<body>
<script>
var formattedBody = "FirstLine \n Second Line \n Third Line";
var mailToLink = "mailto:x@y.com?body=" + encodeURIComponent(formattedBody);
window.location.href = mailToLink;
</script>
</body>
</html>

  

 

window下默认是outlook

 

也可以上chrome的plugin market下载mailto插件

html send mail

标签:rip   oca   enc   second   att   div   format   cat   ati   

原文地址:https://www.cnblogs.com/coolyylu/p/9588470.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!