iframe 位置为空
有时我使用:
window.frames[framename].location.href
..only 来查找 firebug 报告 window.frames[framename].location
为 null,为什么会这样?
Sometimes I use:
window.frames[framename].location.href
..only to find firebug reporting window.frames[framename].location
is null, why would this be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该框架是否在另一个域中? 您可能会发现自己受到限制,因为您无法访问其他域的内容(例如 XSS)
Is the frame in another domain? you might find yourself being restricted because you can't access content from another domain (e.g. XSS)