To change the location / update the parent window, you can use the openener property.
This option will change the parent href from the popup.
window.opener.location.href = the_url;
The method reloadwill also work, It does a hard reload (returns the default form) An optional logical conditional argument will be if true makes a new server request, if false, it will try to pull the page out of the cache.
window.opener.location.reload(true);
( ), .
window.opener.history.go(0);
'0' , , .