可能重复:
检测浏览器打印事件
我正在使用 jquery 来移动一些 html(添加、删除),所以如果用户打印页面,它会更好。
关闭打印窗口提示后,如何定位它,以便将其恢复为原始状态?
我的打印按钮
<div id="printthispage" onClick="window.print();return false;"></div>
提前致谢。
自 FF 6 以来已经采用了一些事件,并且它在 IE 中是原生的。我相信这也适用于 chrome。
body.onafterprint 和 body.onbeforeprint
https://developer.mozilla.org/en/Printing#Detecting_print_requests