Printing all pages of popup with scroll bar

 you could save the text of the popup off into a PDF, then in the popup window, display the pdf using iframe. This brings along all the pdf controls at the top of the window. so the user can print out the entire document, not just what they are seeing on the screen.


Or, save to an RTF, and have a button in the popup that when clicked, opens the RTF file in the users Rtf file reader, from which they can print it out. Not sure of your delivery platform, so this might be an issue.


PJ said:I have a popup window with a scroll bar. How do I get it to print all of the contents instead of only what I'm seeing on the screen?

Discussions have been disabled for this post