使用jquery在新页面上打印新内容的问题
我想打印我在下面编写的代码的内容
w = window.open(window.location.href,"_blank");
w.document.open();
w.document.write(res);
w.document.close();
w.window.print();
一切正常,但当表格有更多内容并且在下一页继续时,它显示重叠,如
我希望它继续显示在下一页上
有人可以帮助我吗?
I want to do content print for that I have made below code
w = window.open(window.location.href,"_blank");
w.document.open();
w.document.write(res);
w.document.close();
w.window.print();
everything is working properly but when the table has more content and it is continued on the next page it is showing overlap like
I want it table continued it shows on next page
can anybody help me with this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论