I'm wondering, is it possible to use a Click To Print button in an email newsletter? Similar to the window.print() method, but I'm not sure if emails can contain javascript?
问问题
6322 次
2 回答
0
不是我能想到的。
备选方案:您是否在您的网站上为那些可能“如果您无法正确看到此电子邮件,请单击此处”的人复制时事通讯?
您可以将查询字符串添加到 URL ( http://www.mysite.com/newsletter1.htm?print=yes ) 然后检查 javascript 中的 URL 并在查询字符串存在时关闭 window.print。
?
于 2013-07-05T14:33:24.037 回答