JS window.showModalDialog 和 window.open 关闭之前刷新父对象 页面
JS window.showModalDialog 和 window.open 关闭之前刷新父对象 页面
1、window.showModalDialog:
window.dialogArguments.window.location=window.dialogArguments.window.location;
2、window.open:
opener.location.reload();