jsp刷新父页面
用iframe、弹出子页面刷新父页面iframeparent.location.reload();弹出子页面window.opener.location.reload();子窗口刷新父窗口self.window.opener.locaction.reload();刷新一open()方法打开的窗口window.opener.location.href=window.opener.location.href刷新以winodw.showModelDialog()方法打开的窗口window.parent.dialogArguments.document.execCommand('Refresh
下载地址
用户评论
还算不错吧,不过方法有很多的
我用在刷新一棵dtree树上,效果已达到谢谢
方法很全,学习一下