js刷新父窗口的父窗口?
1个回答
展开全部
parent.parent.location.reload();
或
parent.parent.location.href='爷爷窗口地址';
或
parent.parent.location.href='爷爷窗口地址';
追问
第一个页面我用window.openWin("url");打开的,在这个页面上用form提交到处理jsp,jsp怎么样刷新最上面的jsp
追答
浮层内嵌iframe及frame集合窗口,刷新父页面的多种方法
parent.location.reload();
弹出子页面
window.opener.location.reload();
子窗口刷新父窗口
self.opener.location.reload();
刷新以open()方法打开的窗口
window.opener.location.href=window.opener.location.href;
刷新以winodw.showModelDialog()方法打开的窗口
window.parent.dialogArguments.document.execCommand('Refresh');
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询