|
The "Print" button is in one frame(topFrame) and I want to print the other frame (bottomFrame). That's why it has to be something like I have done before:
onClick="parent.bottomFrame.focus();print()"
The topFrame contains a form with many boxes and some buttons (Search, Print and Reset). The input for the "Print" button is:
<input type="button" name="Print" value="Print" onClick="parent.bottomFrame.focus();print()">
As you said, I think the frame (bottomFrame) is too big to be printed in one page. But I would like to know how do I do to print the whole frame. It doesn't matter if it's gonna be in one or more pages.
Thanks,
tcb.
|