|
1 answer
If we are talking about <iframe>
, then I am afraid that only through parent
. For example, you can call a function on the page containing the iframe.
First you can take a look at Scripting Iframes , everything is quite clear and accessible there.
All of the above applies only if pages and iframes are downloaded from the same site.
|