gpt4 book ai didi

javascript - 打开一个窗口并写入该窗口

转载 作者:行者123 更新时间:2023-11-29 19:59:07 27 4
gpt4 key购买 nike

<分区>

我在做一个 Firebug 扩展,它是 Firefox 扩展。从我的扩展我必须创建一个报告。我正在尝试打开一个新窗口并向其中写入代码。我可以使用以下代码打开一个窗口,但无法向该窗口写入任何内容。我收到错误消息“newWindow.document.write() 不安全”

如果我使用 document.body.innerHTML() 我可以将内容写入窗口,但我想以其他方式进行,因为从我的工具生成的文本具有脚本和CSS在里面。

这是我的代码片段:

var newWindow = window.open ("","Test","width=335,height=330,resizable=1,toolbar=1,scrollbars=1,status=0")


newWindow .document.open()
// html is the data to be shown on the window. It has script and
// the content in it.
newWindow .document.write(html)
newWindow .document.close()

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