views:

10

answers:

0

Hi,

I have a parent window opening a child window through window.open. The parent window is on http www.abc.com and the child window is opened on http www.abc.com as well. I have a Javascript file on the parent window that the child window looks at to communicate. When the parent window is on http www.abc.com, both windows are communicating fine. However, when the parent window is on https://secured.abc.com, the child window has issues communicating with the file on the parent window.

Can someone suggest why this is happening?

Thanks, J