I try for two days to find a good answer but without success.
How can I run JavaScript
DOM events in iFrame
?
My goal is to collect data like onMouseMove
on iFrame
and retrieve this data.
For example:
When I recognized I'm in iFrame
then I need to fire DOM events and collecting the data from the DOM events and retrieve the data to the parent page.
There are no cross-domain issues.
If anyone has a good explanation it will be great, because I want to understand perfectly how it's done.
Thanks In advance for all the answers.