Javascript top.location.replace 有或没有父 iFrame
我正在使用一个框架页面,其中包含以下 Javascript 行:
top.contentsFrame.location.replace("/main.jsp");
我想在 iFrame 内以及独立运行此页面。 在 iFrame 中它不起作用,因为 top 属性现在返回 iFrame。所以它再也找不到“contentsFrame”了。
解决这个问题最简单的方法是什么?
干杯!
I am using a frames page, which contains the following Javascript line:
top.contentsFrame.location.replace("/main.jsp");
I want to run this page both inside an iFrame, as well as independenty.
In an iFrame it doesn't work, because the top attribute now returns the iFrame. So it can't find "contentsFrame" anymore.
What would be the easiest way to fix this?
Cheers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该使用
you should use