Tagged Questions
5
votes
6answers
3k views
Printing only a textarea
I would like to print only the contents of a textarea element from a website page. In particular, I would like to ensure that nothing gets clipped by the boundary of the textarea as the contents will ...
5
votes
3answers
8k views
Remove the default browser header and footer when printing HTML
I got an HTML with the <body onload="window.print()">.
The question I'm trying to ask is:
Is there any way to remove the strings that the web browsers add to the printed page?
Such as:
Web ...
3
votes
1answer
1k views
Problem printing google maps printing and using 'page-break-before' in IE8
I'm having an annoying problem trying to get an html page with a google map on it to print correctly, I have a google map with an <h2> above it all wrapped in a div and the div is set to ...
2
votes
2answers
227 views
HTML, printable hyperlink references, like table of contents
A link in an HTML document is normally clickable. However, on a printed page, that feature is by natural causes not available.
<a href="#foo">Link to foo</a>
[... loads of content ...]
...
1
vote
2answers
116 views
execute javascript when printing page
when printing a page, the javascript code seems to be executed.
how can I determine, if the page is currently being printed? I do some js-resizing, and have to handle printing a little bit different.
1
vote
1answer
125 views
Website: Make printable version with footnotes?
I have a website that uses editable divs so that a user can modify or make notes to a text. Is there a way I can have the website generate a pdf or some printable document with footnotes, such that if ...
0
votes
1answer
94 views
Print section of page script works perfectly in IE but problems in Firefox
In my battles to find a solution to printing just one area of the page that works within WordPress, I came across an excellent little script that meets my needs perfectly.. but only in IE browser. For ...
0
votes
1answer
337 views
What is the best browser printing library, plugin, or snippet for javascript / jquery?
I'm trying to print a section of a web page and there are multiple css files, and several of those files contribute to the "print" media type. Some of the plugins I've seen assume that you only have ...
0
votes
1answer
451 views
Printing API-Generated Google Maps from Internet Explorer
Having an odd problem printing an API-generated (V3) Google Map from Internet Explorer 7 & 8.
I generate my map with JavaScript similar to the following:
<script type="text/javascript" ...
0
votes
4answers
396 views
How to make a printout of a div? [closed]
How do I print out a particular div in my page using Javascript?
0
votes
1answer
330 views
How to Open Print Friendly Page Windows?
Our users can currently select a number of funds from a page and go to another page to see the funds compared on a chart. I now have to present the user with an option to produce a print-friendly fact ...
0
votes
2answers
764 views
add header when page breaks when using page-break-inside: avoid wth css or javascript or from browser?
i have a page that has sections as divs with inner divs and content. The numberof divs varies alot from less than a page to many pages when printing.
I am using page-break-inside: avoid on every ...