<script type="text/javascript">
function printDoc() {
document.getElementById("frame_singleCheque").contentWindow.print();
}
</script>
<iframe style ="height:400px; width: 750px; overflow:scroll;" id="frame_singleCheque" src="http://www.w3schools.com"></iframe>
<input type="button" id = "btnCPrint" value = "Print" onclick="javascript:printDoc()" />
错误
[16:41:44.054] Error: Permission denied to access property 'print' @ http://localhost/pdf/print.php:3
我已经用大量堆栈建议线程验证了打印 iframe 内容。但对我来说,这些都行不通。
上面的代码只存在于我的 print.php 文件中。我想打印 iframe 内容。
我也想知道,如何打印 iframe 中存在的特定 div。此 iframe 中的示例“class = 'example_code notranslate'”。