或者:
window.open('b.html','a_iframe')
<iframe name="a_iframe" id="'a_iframe'" src="" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" WIDTH="100%" height="100%"></iframe>
1、你的问题很不清晰,你询问的是javascript 中的window.open()函数么?2、这个方法默认是不带ondestory方法的呀。你这个是你们项目自定义扩展的方法么?
3、没看到具体实现,光从方法名称判断是窗体销毁时调用的回调方法。
4、希望对你有帮助。
例如:<frameset rows="100,76%"><frame name="top" scrolling="no" noresize src="top.html">
<frameset cols="196,81%">
<frame name="left" scrolling="no" noresize src="left.html">
<frame name="main" scrolling="auto" src="right.html">
</frameset>
</frameset>你在right.html有框架里放个退出按钮,JS写right.close(),window.opener.location.reload()刷新父页面