Click to See Complete Forum and Search --> : Print Frame Contents from Other Frame


baltazhor200401
08-12-2008, 09:09 PM
Hi,
I'm newby in HTML, let say i have 2 frames, top and bottom type. in the main frame showing a page that i want to print using a button that lies in the bottom frame.

can i do it ? how ?

thanks for your answer

gil davis
08-13-2008, 06:13 AM
In general terms, print() is a window function. To print a specific window, you use the window name:windowName.print()In a frame you may have to help the browser navigate the structure:window.top.windowName.print()