检查iframe是否加载完成?

发布于 2024-12-18 13:22:31 字数 90 浏览 0 评论 0原文

是否可以监控 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

情定在深秋 2024-12-25 13:22:31

这是不可能的。对不起。 (实际上,这可能是一件好事)

这种巫术仅适用于

It's not possible. Sorry. (Actually, that's probably a good thing)

This kind of voodoo only works for <img onerror="" onload="">

贱人配狗天长地久 2024-12-25 13:22:31

我不知道这是否可能,但似乎不可能。
每次尝试时,我都会收到类似以下内容的错误消息:

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.

水晶透心 2024-12-25 13:22:31

如果 是使用 jQuery 动态创建的,你可以尝试这个 -

$("#iframeId").load(function(){
  //your code here
});

If the <iframe> is dynamically created, with jQuery, you can try this -

$("#iframeId").load(function(){
  //your code here
});
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文