I have a html page in which I am setting the src for an iframe programmatically. How can I pass parameters through the iframe src and get them in the child html?
Bel
If you have slightly more control on your iframe sandbox, you can try postMessage API to communicate with message on events you desire to trigger.