ScottInTexas
12-20-2002, 08:53 PM
Well, as usual when all else fails and you have bashed your head on the wall, call on the forum. It's me again with yet another question (I beg your patience).
While I can print the contents of an IFrame I am getting the visible contents of the frame, but the frame contains many rows of data in one IFrame and another IFrame with the headers of the data columns. I did this so the data could scroll but the header would remain visible. I put the header in the main IFrame so that it would print with the data table.
Now, is there a way to combine the two IFrames into one then print? Or can I make the javascript print BOTH Iframes in a single job?
For clarity the frames are laid out like this:
MainFrame
hdrFrame -- No scroll
DataFrame- Scroll (can be very long.)
End OF MainFrame
Print the contents of the mainframe
Thanks again.
While I can print the contents of an IFrame I am getting the visible contents of the frame, but the frame contains many rows of data in one IFrame and another IFrame with the headers of the data columns. I did this so the data could scroll but the header would remain visible. I put the header in the main IFrame so that it would print with the data table.
Now, is there a way to combine the two IFrames into one then print? Or can I make the javascript print BOTH Iframes in a single job?
For clarity the frames are laid out like this:
MainFrame
hdrFrame -- No scroll
DataFrame- Scroll (can be very long.)
End OF MainFrame
Print the contents of the mainframe
Thanks again.