سؤال

Is it possible to bind a click event to an iframe whose source is some other domain/third party? If yes, how different is it from the conventional way?

هل كانت مفيدة؟

المحلول

This is not possible due to the Same Origin Policy.

نصائح أخرى

Yes, as Rory mentioned in his answer,

You cannot do this because of web browser's same origin policy.

But there is a iframeTracker jQuery plugin, that claims to track clicks on iframes : https://github.com/finalclap/iframeTracker-jquery

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top