function RefreshPage(id) {
parent.document.getElementById(id).click();
}弹出框关闭后调用的方法
id为父页面button的id
<input type="button" style="display:none" id="duoduo" name="duoduo" οnclick="document.execCommand('refresh',false,0)" />
function RefreshPage(id) {
parent.document.getElementById(id).click();
}弹出框关闭后调用的方法
id为父页面button的id
<input type="button" style="display:none" id="duoduo" name="duoduo" οnclick="document.execCommand('refresh',false,0)" />
转载于:https://www.cnblogs.com/yhdkzy/archive/2011/10/17/2215171.html