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()
Someone from Javascript forum suggested that this could be done using stylesheet any ideas?
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()
Someone from Javascript forum suggested that this could be done using stylesheet any ideas?