How to add element to parent body from iframe?
3 answers
To be able to access the contents of the main page from an iframe, they must have exactly the same location (host name and port) due to restrictions on the use of scripts in different domains.
See How to remove an iframe from the parent page using a function inside the iframe?
0