Put a print function in the iframe and call it from the parent. iframe: function printMe() { window.print() }. parent: document.frame1.printMe ...
確定! 回上一頁