捕获 onclick adsense 事件?

发布于 2024-12-06 08:01:41 字数 97 浏览 1 评论 0原文

如果用户点击 adsense ,我不想发送 ajax 请求。 但是因为 adsense 代码位于 iframe 中,所以我找不到捕获 onclick 事件的方法..有什么想法吗??

I wan't to send an ajax request if the user clicked on adsense .
But because adsense code is in iframe I can't find a way to catch the onclick event .. any ideas plz ??!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

染火枫林 2024-12-13 08:01:41

简单的答案是你不能。由于 adsense 可能位于另一个域上,因此对 iframe 内部的大多数访问都被切断。这是所有现代浏览器中内置的跨域安全功能。您也许能够捕获 iframe 上的点击事件(之前没有亲自尝试过),但它不会告诉您有关 iframe 内部的任何信息。

The simple answer is that you can't. Since adsense is likely on another domain, most access to the inside of the iframe is cut off. This is a cross-domain security feature built into all modern browsers. You may be able to catch the click event on the iframe (haven't personally tried before), but it's not going to tell you anything about the inside of the iframe.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文