window.location permission denied

wxdqz

New Member
I'm trying to check the URL of a window that I open using window.open(<!-- m --><a class="postlink" href="http://..">http://..</a><!-- m -->.) 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.
 
Top