在模态窗口中提交后,如何关闭窗口再刷新父页面1.dialogArguments.location.assign(dialogArguments.locati
在模态窗口中提交后,如何关闭窗口再刷新父页面
1.dialogArguments.location.assign(dialogArguments.location.href);
2.dialogArguments.location.reload(true);
3.window.open:<a href='JavaScript:window.opener.location.reload();window.close();'>
