I am working on a website which has an html page embedded inside the html page using iframe tag.
I need to capture an event in the inner html page (when a login event takes place) from the outer html page. How can i do that?
|
I am working on a website which has an html page embedded inside the html page using iframe tag. I need to capture an event in the inner html page (when a login event takes place) from the outer html page. How can i do that? |
|||||
|
|
This works on the same domain, I'm not sure it will work for the content from another domain though:
assume that the element with an id |
|||
|
|