打印ie中iframe内容 Posted on 2009-07-12 | In web 需要将被打印的iframe先focus(),不然打印仍然是最外面的窗体内容。如: window.frames[0].focus();window.frames[0].print();