mbiro
Programmer
- Nov 20, 2001
- 304
I have a webpage on one server that fires a popup child window with a page located on another server.
If I use window.opener.refresh() on the child window, I get the object isn't supported.
If I use window.opener.reload(), I get permission denied error.
Is there a way to refresh the opener when a user is paging through the child window and hits a particular page?
If I use window.opener.refresh() on the child window, I get the object isn't supported.
If I use window.opener.reload(), I get permission denied error.
Is there a way to refresh the opener when a user is paging through the child window and hits a particular page?