打印没有页眉和页脚的网页(通过代码)
我想从 IE 打印一个网页,没有 IE 默认生成的页眉和页脚(页脚中有 URL)。重要的是,这应该通过 JavaScript 或 VBScript 代码完成,而不是通过 Web 浏览器的打印设置来完成 预先感谢您,最诚挚的问候。
I want to print a web page from IE without the header and footer that IE generates by default (in the footer there is the URL). Important this should be done by JavaScript or VBScript code and NOT the print settings for your web browser
thank you in advance, best regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你谈论的是浏览器生成的页眉和页脚(即页码、URL 等),那么你就不能这样做。这些元素是在网页范围之外生成的 - 您无法控制它们。它们是用户系统配置的一部分,只能由用户操作。
If you're talking about the header and footer generated by the browser (i.e. page numbers, URL, etc.), then you cannot do it. These elements are generated outside the scope of the web page - and you have no control over them. They are part of user's configuration of their system and can only be manipulated by the user.