Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing all contents of a frame with scrollbars on multiple pages.

Status
Not open for further replies.

adchin

Programmer
May 5, 2004
3
US
Hi we have an application which has frames with scrollbars.
Our users need to be able to print all the contents of the frame on click of the print button.
Our problem is if the contents of the page do not fit on one page the remaining contents do not get printed. we are using IE 6.0. Is there anything we could do in our code to print all contents?

our code is
frame.focus
frame.print()
 
you will need to set up a stylesheet for use when printing. I suggest bringing this over to the HTML/CSS forum (forum215). They'll be able to help you with more detail.



*cLFlaVA
----------------------------
spinning-dollar-sign.gif
headbang.gif
spinning-dollar-sign.gif

[URL unfurl="true"]http://www.coryarthus.com/[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top