Hello - I am trying to send an event to iframes which have been opened by the application based on few events which should be prior registered by iframes.
I cannot figure out how. I use jquery but I don't expect the iframes to be nice citizens to implement listeners in jQuery. Though I can mandate it - I am still looking for normal javascript notifications.
Scenario
- iframe A registers for entry event
- iframe B registers for entry event
The parent gets notified by server and it sends events to both these iframes.
Thanks.