"Access Denied" when using window.opener

wxdqz

New Member
I have a page that opens another new page. I then get a reference to the parent page that did the opening of the new page. I am using window.opener to get that reference. On my development machine it works fine, but when I move the project to our remote hosting server I get the error "Access Denied" when my browser executes the window.opener statement. Is there a permissions/security issue here?

Thank-you
 
Top