Forum Moderators: open
window.opener.location.href='page.html';
And then to close the popup, use:
self.close();
The best way to approach this is to use a function that does these two actions and then call it from the link. If you plan to use more than one link, use the URL as a variable that is passed into the function.
HTH