Tagged Questions
0
votes
2answers
2k views
How to get IFRAME to listen to same events as parent (and fire the same handlers)
I've got an HTML page (the parent) with an embedded IFRAME. The parent page has a couple of event listeners for mouse and keyboard events, as shown below (I'm using the Prototype library).
var ...