【发布时间】:2012-06-03 06:41:29
【问题描述】:
我在 JavaScript 中通过 window.open 打开了一个弹出窗口,我想在关闭此弹出窗口时刷新父页面。(onclose 事件?)我该怎么做?
window.open("foo.html","windowName", "width=200,height=200,scrollbars=no");
【问题讨论】:
-
请检查:stackoverflow.com/questions/18321323/… 可能会帮助某人
标签: javascript html dom-events