Hi Eva,
The only method I know of is to use the javascript method print(), and that will print the frame it is called from, unless you specify the location of the frame you want printing in the document structure, i.e.
window.frames[0].print();
This isn't really a PHP question, since it involves interacting with the browser on a realtime basis.
Regards,
David