Suppose we open a popup through javascript when a link is clicked on parent window.
As everybody knows that parent window elements can be accessed from child window using the window.opener() function.
Is it possible to do exactly reverse ? Can parent window access the information about the child window ?
You mean something like this:
a=window.open()
a.document.write("<div id='mydiv'>test</div>")
a.document.getElementById("mydiv")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With