Click to See Complete Forum and Search --> : window.location permission denied


JSBMORE
12-07-2002, 10:12 AM
I'm trying to check the URL of a window that I open using window.open(http://...) and then
if(top.parent.opener.win2.location==...)

I keep getting permission denied or access denied. Is there a way to check the location of a window? Is there a setting on my browser (IE or netscape 4.5 or 7) that I can change to allow this? Thanks.