js怎么刷新 open 的窗口
我在1.html以window.open('http://localhost/demo/2.html','newwindow','height=300,width=500...
我在 1.html 以
window.open ('http://localhost/demo/2.html', 'newwindow', 'height=300, width=500,top=300,left=200');
打开另外一个页面,怎么在2.html刷新 1.html 展开
window.open ('http://localhost/demo/2.html', 'newwindow', 'height=300, width=500,top=300,left=200');
打开另外一个页面,怎么在2.html刷新 1.html 展开
3个回答
展开全部
window.opener.location.reload();
或者widow.opener.location.href=widow.opener.location.href;
或者widow.opener.location.href=widow.opener.location.href;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
var son = window.open(...);
son.location.onload();
son.location.onload();
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询