when the user clicks on the popup, we can ensure that the new page pops up in the referring window by using:
window.opener.location.href = "http......"
but what if the user has already closed the referring window? nothing happens when they then click on the popup.
What's the way around this?
window.opener.location.href = "http......"
but what if the user has already closed the referring window? nothing happens when they then click on the popup.
What's the way around this?