SyntaxFix
Write A Post
Hire A Developer
Questions
Put a print function in the iframe and call it from the parent.
iframe:
function printMe() { window.print() }
parent:
document.frame1.printMe()