Create_Notes_E_mail online http://www.kanaya440.com/contents/tips/html/003.html button javascript 创建NOTES邮件 onClickJavaScript false location.href=('mailto:{!Monthly_Report__c.Owner_email__c}' +'?bcc={!$User.Email}' +'&subject=【周报:{!URLENCODE(Monthly_Report__c.Owner_alias__c)}】' +'&body=先生/女士%0D%0A' +'%0D%0A' +'主要报告事项:{!JSENCODE(SUBSTITUTE(Monthly_Report__c.Key_issue__c, '<br>', '%0D%0A'))}' +'%0D%0A' +'下属事项/状态报告:{!JSENCODE(SUBSTITUTE(Monthly_Report__c.Feedback__c, '<br>', '%0D%0A'))}' +'%0D%0A' +'课题及对应结果/提案:{!JSENCODE(SUBSTITUTE(Monthly_Report__c.Task_follow__c, '<br>', '%0D%0A'))}' +'%0D%0A' +'其他事项:{!JSENCODE(SUBSTITUTE(Monthly_Report__c.Other_issue__c, '<br>', '%0D%0A'))}' +'%0D%0A' +'下周计划:{!SUBSTITUTE(JSENCODE(Monthly_Report__c.Next_week_plan__c), '\n', '%0D%0A')}' +'%0D%0A' +'连接:{!Monthly_Report__c.Link}' +'%0D%0A' +'').substr(0, 320);