检查iframe是否加载完成?
是否可以监控 iframe 是否已加载(iframe 不在我的域中)?我不拥有该页面。 跨域会阻止它检测吗?:
有解决办法吗,
谢谢
It is possible to monitor If iframe have loaded (Iframe is not in my domain)? I don't own the page.
Cross-domain will prevent it from detecting?:
Any solutions,
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是不可能的。对不起。 (实际上,这可能是一件好事)
这种巫术仅适用于
It's not possible. Sorry. (Actually, that's probably a good thing)
This kind of voodoo only works for
<img onerror="" onload="">
我不知道这是否可能,但似乎不可能。
每次尝试时,我都会收到类似以下内容的错误消息:
Unsafe JavaScript attempts to accessframe with URL C:\test.html fromframe with URL http://www.google.ca /。域、协议和端口必须匹配。
I don't know if it's possible, but it doesn't seem that it is..
every time I try I get an error message similar to this:
Unsafe JavaScript attempt to access frame with URL C:\test.html from frame with URL http://www.google.ca/. Domains, protocols and ports must match.
如果
是使用 jQuery 动态创建的,你可以尝试这个 -
If the
<iframe>
is dynamically created, with jQuery, you can try this -