Hi All!
I have a piece of JavaScript that attempts to find the location.href
property of another window. For example:
contentWindow =
window.open('', 'someWindowName ');
var otherUrl = contentWindow.l ocation.href;
If it happens to find a window named 'someWindowName ' that currently has a
document loaded from some other host, the "contentWindow. location.href" code
triggers...