Reputation: 11
I have a window that opens a new window with window.open
.
When I want to reload/refresh the main page with
window.opener.location="index.php"
(or many other tests, reload, etc.)
Instead of refreshing the opening page, a new window is opened with index.php, or I get Permission Denied (in IE)
This is driving me nuts!
Thanks
Upvotes: 1
Views: 2961