gpt4 book ai didi

javascript - 为什么 TypeError : document. getElementById() 为 null

转载 作者:行者123 更新时间:2023-11-28 13:50:09 25 4
gpt4 key购买 nike

为什么以下代码会生成TypeError: document.getElementById("docPrint") is null

var printwindow = window.open('', '', 'fullScreen=no');
printwindow.document.write('<iframe id="docPrint" width="100%" height="100%" src="http://localhost:8080/hiring/docs/Keneth _1340800082258/Keneth _resume_1340800082258.pdf"></iframe>');
printwindow.self.focus();
document.getElementById('docPrint').focus();
document.getElementById('docPrint').contentWindow.print();

最佳答案

您正在两个窗口上进行操作。

printwindow.document.write
document.getElementById

如果您想获取在弹出窗口中创建的元素,则必须调用它的 gEBI 方法。

printwindow.document.write
printwindow.document.getElementById

关于javascript - 为什么 TypeError : document. getElementById() 为 null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11431997/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com