Search code examples
javascriptjqueryiframeclickmouseclick-event

Binding click event on an iframe?


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?


Solution

  • This is not possible due to the Same Origin Policy.