从网络浏览器打印时如何去掉页眉和页脚?
我正在使用窗口打印功能从我的网络应用程序中进行打印。
`<body onload=""window.print();"">
但在页眉上我得到了日期07/10/2011
并且页面标题和页脚我得到了页面的url。我该如何删除这些?我得到 1/1
或 1/2 2/2
等
我将用户重定向到页面并动态生成页面,只想要打印生成的内容。
我只想要内容,这样我就可以将其放在抬头纸上,
不需要额外的内容?
I am using the function on window print to print from within my web application.
`<body onload=""window.print();"">
But on the header i get the date 07/10/2011
and page title and footer i get the url of the page. How do i remove these? and i get 1/1
or 1/2 2/2
etc
I am redirecting users to a page and generating the page dynamically and just want what is being generated to print.
I just want the content so i can put it on headed paper,
with out the extras?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查您的浏览器设置。 JavaScript 不控制这一点。
Check your browser settings. JavaScript does not control this.