Window parent not working in IE 8
Posted
by archana roy
on Stack Overflow
See other posts from Stack Overflow
or by archana roy
Published on 2009-09-25T05:54:07Z
Indexed on
2010/05/16
21:10 UTC
Read the original article
Hit count: 242
internet-explorer
|JavaScript
I have a parent page and a child page. By using window.opener.parent property,I am able to read the parent page content and display it in the child page.(There is a PREVIEW button on parent page,on click of which the child page opens up as a popup and displays the content of parent page controls.)
This functionality was working fine in IE7/Mozilla/IE6 but I am unable to locate why its not workin with IE8. Can anyone please help?
© Stack Overflow or respective owner