gpt4 book ai didi

javascript - 单击网页打开 window.open() 并且包括框架集但 window.close 在框架集中不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 00:02:00 26 4
gpt4 key购买 nike

我面临一个大问题(至少对我而言)

在点击网页时我打开 window.open() 并且包含一个页面并且该页面包含 iframe 但 window.close 在 iframe 中不起作用。

这是我要打开window.open的onclick

 <a onclick="window.open('http://localhost:8080/xyz.jsp', 'tool','width=720,height=500,resizable=yes,scrollbars=yes');return false;" target="tool" href="#" class="nav5b">new style</a>

这是在localhost:8080/xyz.jsp中的window.open中的url

这是框架来了

  <frameset>
<iframe id=someid" width="700" src="http://localhost:8080/test.form" name="frame1" scrolling="yes">
</frameset>

最佳答案

你试过吗

parent.window.close();

关于javascript - 单击网页打开 window.open() 并且包括框架集但 window.close 在框架集中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16356509/

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