< Back

Document Subject: Change Parent Window URL and close pop up
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#ChangeParentWindow or http://A555F9/nn.nsf/ByAlias/ChangeParentWindow

Quick bit of javascript to change the current parent window and close the current window.




 

window.opener is the key

<a href='#' onclick="window.opener.document.location.href='http://www.AdFos.com'; window.parent.close(); return false;"> Change Parent window to Adam Foster Consulting and close this window</a>

Simple code.

window.parent.close always seems wrong ...