I have a situation where I am using window.open to open a new window and from this window I want to target the opener. Now I can do this using window.opener, but if the user moves the location of the main window to another page and the popup window is moved to a new location on the same site, window.opener no longer works from the popup.
I though that if I named the main window using window.name that I would be able to reference it even if window.opener failed, but I was obviously wrong.
Can anyone help me with this.
I though that if I named the main window using window.name that I would be able to reference it even if window.opener failed, but I was obviously wrong.
Can anyone help me with this.