在模态窗口中提交后,如何关闭窗口再刷新父页面
1.dialogArguments.location.assign(dialogArguments.location.href);
2.dialogArguments.location.reload(true);
3.window.open:<a href='JavaScript:window.opener.location.reload();window.close();'>
发布时间: 2012-09-04 14:19:30 作者: rapoo
在模态窗口中提交后,如何关闭窗口再刷新父页面
1.dialogArguments.location.assign(dialogArguments.location.href);
2.dialogArguments.location.reload(true);
3.window.open:<a href='JavaScript:window.opener.location.reload();window.close();'>