first, name the frames when they're created.
<FRAME SRC="packing.php" NAME="packing">
<FRAME SRC="hidden.php" NAME="hidden">
then:
onClick="top.hidden.focus();top.hidden.print();"
haven't tried it in a bit, but it should be close. doesn't work on macs.