Jquery 厚盒打印 iframe - IE 问题

发布于 2024-11-10 03:58:03 字数 170 浏览 4 评论 0原文

我想打印一个使用厚盒和此代码打开的 iframe 内容,

<body onload="window.print()">

但在 IE9(我测试的唯一版本 IE)中,发送到打印机的页面是启动 iframe 的整个页面。在 Chrome 中一切都很好。

I'd like to print an iframe content that opens using thickbox with this code

<body onload="window.print()">

but in IE9 (only version IE I tested) the page sent to the the printer is the entire page where the iframe was launched. In Chrome everything is fine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青丝拂面 2024-11-17 03:58:03

试试这个:

<body onload="window.focus();window.print()">

Try this:

<body onload="window.focus();window.print()">
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文