How to remove iframe from parent page using a function inside the iframe?
- by Amr ElGarhy
I have an iframe i put on a page using a bookmarklet, i want this iframe to close its self when a i navigate to a certain page inside this iframe.
How to do that using javascript?
Note: iframe and container page are in different domains.