私は1つの大きな問題に直面しています(少なくとも私にとっては)
クリックしたWebページでwindow.open()を開き、1つのページを含み、そのページには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>