<div><iframe id="ifrm" src="url" width="100%" height="100%"></iframe></div>
var printWin = window.open(document.getElementById("ifrm").src); printWin.print();
iframe JavaScript打印
原文:http://blog.csdn.net/jrainbow/article/details/44616697