关闭弹出窗口后刷新背后的列表

function RefreshPage(id) {

    parent.document.getElementById(id).click();

}弹出框关闭后调用的方法

id为父页面button的id

<input type="button" style="display:none" id="duoduo" name="duoduo" onclick="document.execCommand('refresh',false,0)" />

原文地址:https://www.cnblogs.com/yhdkzy/p/2215171.html