日期:2014-05-16  浏览次数:20387 次

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();