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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -