javascript来刷新父页面的各种方法
刷新父页面和iframe iframe和弹出网页parent.location.reload();
弹出页面
Window.opener.location.reload();
子窗口刷新父窗口。
Self.opener.location.reload();
用打开()方法刷新窗口。
窗口。开瓶器。位置。href = window.opener.location.href;
刷新与winodw.showmodeldialog打开窗户()方法
window.parent.dialogarguments.document.execcommand(刷新);