javascript - Catch onclick adsense event ? -


i wan't send ajax request if user clicked on adsense . because adsense code in iframe can't find way catch onclick event .. ideas plz ??!

the simple answer you can't. since adsense on domain, access inside of iframe cut off. cross-domain security feature built modern browsers. may able catch click event on iframe (haven't tried before), it's not going tell inside of iframe.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -