打印时出现空白页。打印边框(可能是框架)。但不是框架内的内容。如果我们手动打印新页面,它将被正确打印。为什么会这样?
var printwindow = window.open('', '', 'fullScreen=no');
printwindow.document.write('<iframe id="docPrint" onLoad="window.print()" width="100%" height="100%" src="http://localhost:8080/hiring/docs/Keneth _1340800082258/Keneth _resume_1340800082258.pdf"></iframe>');