Hi,
For some reason, when I create a new window using "myWin =
window.open(url )", and then try to get the location of the window using
"alert(myWin.lo cation)", it tells that access is denied. How can it be
denied...it's a window I created...there fore, shouldn't I have access to
it's location property?
Thanks,
Aaron
For some reason, when I create a new window using "myWin =
window.open(url )", and then try to get the location of the window using
"alert(myWin.lo cation)", it tells that access is denied. How can it be
denied...it's a window I created...there fore, shouldn't I have access to
it's location property?
Thanks,
Aaron
Comment