Is there away to make a web page print without showing the URL at the bottom of the printed pages? Or if possible to hide the page numbers which shows at the top?
views:
209answers:
3
+5
A:
This is a browser setting, configurable from the browser (the specifics depend on which browser) and is not under the control of page authors.
David Dorward
2010-01-25 12:52:48
Can I at least control which URL is being printed?
MAK
2010-01-25 12:56:45
Only by providing that content the user wants to print on that URL and that URL only.
David Dorward
2010-01-25 12:58:43
Not the url, but you can set the fragment identifier with __window.location.hash__.
Alsciende
2010-01-25 13:01:28
A:
n general, the page elements for the headers and footers are controled by the browser (IE, Firefox, and Opera, for example, all display somewhat different information).
For browsing, you can turn this off in the Page Setup. Using Internet Explorer as an example, go to File > Page Setup and removing the tags in the Header and Footer boxes. This will provide a clean print of the page without the noted headers and footers.
Hope this helps!
Sunny
2010-07-21 13:06:07