0戴尔3130cn标志添加打印图标打印单个博客文章

除了这个博客,我也有一个 博客有关食谱.  我决定在每个帖子的主页上都有一个打印图标,以便人们可以打印食谱。谷歌搜索提供了各种建议, 没有一个奏效。然而, 我最终拼凑了以下内容, 这似乎工作...
编辑博客的代码,发现代码

<!-- email post links -->

Above that put the following…

[javascript]&LT;脚本&gt;
func­tion printPost(postUrl)
{
doPrint = true;
var pw = window.open(postUrl);
}
如果(opener.doPrint == true)
{
window.print();
window.onfocus = func­tion() { 窗口关闭(); }
}
&LT;/脚本&gt;

&LT;a expr:href=’&quot;javascript:printPost(&quot; + &quot;&quot;&quot; + 数据:post.url + &quot;&quot;&quot; + &quot;);&quot;’&gt;&LT;img src=‘https://siteresources.worldbank.org/images/Print_plain.gif’/&gt;&LT;/一个&gt;[/javascript]

大功告成!

Cred­it in vari­ous parts goes to…
Con­sum­ing Experience
Blog­ger Plugins
Sharkyso­ft

发表评论