除了这个博客,我也有一个 博客有关食谱. 我决定在每个帖子的主页上都有一个打印图标,以便人们可以打印食谱。谷歌搜索提供了各种建议, 没有一个奏效。然而, 我最终拼凑了以下内容, 这似乎工作...
编辑博客的代码,发现代码
<!-- email post links -->
Above that put the following…
[javascript]<脚本>
function printPost(postUrl)
{
doPrint = true;
var pw = window.open(postUrl);
}
如果(opener.doPrint == true)
{
window.print();
window.onfocus = function() { 窗口关闭(); }
}
</脚本>
<a expr:href=’"javascript:printPost(" + """ + 数据:post.url + """ + ");"’><img src=‘https://siteresources.worldbank.org/images/Print_plain.gif’/></一>[/javascript]
大功告成!
Credit in various parts goes to…
Consuming Experience
Blogger Plugins
Sharkysoft
“Hi James I realise it has been a long while, but I just checked this on windows 11 (build 23H2)…”