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)" />