重定向到没有框架的新页面
我有一个框架网站(我无法更改它),当我使用我们的其他网站之一重定向出我的网站时,
window.location
它会将页面插入主框架中,以便其他框架仍然存在。
我不希望这样,页面必须完全更改为不同的网站。我怎样才能做到这一点使用。
javascript/php/jquery
I have a framed site (i cannot change this), when i redirect out of my site using
window.location
to one of our other sites it inserts the page into the main frame such that the other frames still exist.
I do not want this, the page must completely change to the different website. How can i do this using.
javascript/php/jquery
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用
window.top.location
更改顶部框架(主页)的位置。Use
window.top.location
to change the top frame's (main page's) location.我不确定我是否完全理解你,但也许这就是你想要的
I'm not sure I understand you exactly, but maybe this is what you looking for