Read more
Call parent window from iframe
2012-06-26
JavaScript
Today learn a new function --- window.parent.
Although iframe is less useful nowadays, we still on some situation, such as ajax upload. Using window.parent, you can call a function on the main frame from the iframe, this to make interaction of the parent window and the iframe window. You can try and find the use in the following example:
...........