关闭浏览器窗口时调用父窗口事件或刷新父窗口


关闭浏览器窗口时调用父窗口事件或刷新父窗口

<body onunload="javascript:window.opener.ReloadItemList()">          

 ReloadItemList()为父窗口列表刷新事件


<body onunload="javascript:window.opener.location.reload()">

原文地址:https://www.cnblogs.com/Leeblog200814/p/14283164.html