Click to See Complete Forum and Search --> : window.print to print all the contents on the specified frame


zwirley
03-24-2003, 11:58 PM
I have a page in a frameset (example topFrame, mainFrame, bottomFrame) but I only wanted to print mainFrame. I am using window.print command to print the specified frame but it's not printing the whole contents of the frame. It only prints what is visible in the layout.

zwirley
03-26-2003, 12:42 AM
I just tried this out a while ago, I removed the scrollbar I added to the table display on the mainFrame and set the frame scrollbar="YES" and it's printing all the contents of the frame now. But my problem still lies cause I don't want the frame scrollbar to be set to YES, I need to dynamically add the scrollbar on the table because there is one option on the menu where I can split the display on the frame with 2 tables each with their own scrollbar.

Is there any way to do this?

Help is greatly appreciated!!!!