gpt4 book ai didi

javascript - 如何制作一个可读写的弹出窗口?

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

我可以制作一个弹出窗口,但如何让它接受击键。我的似乎以只读模式打开...这是我使用的代码

window.open('http://fous.com/testfile.html','popup','width=800,height=1000,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');

最佳答案

使用时选项组合似乎会锁定窗口:

window.open('http://fous.com/testfile.html', 'popup','width=800,height=1000,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');

这似乎给出了理想的结果。

myWindow=window.open('http://fous.com/testfile.html','','width=800,height=1000', top=0,left=0,scrollbars=0)

关于javascript - 如何制作一个可读写的弹出窗口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15009393/

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