Child Page

moves parent window to example.com

link this page with target=_blank from any page

this page changes windoe.opener.location to http://example.com via javascript

if you wanna aboid this, add rel="noopener" and for FF (not support noopener) rel="noreferrer" to your link.

window.opener.location = 'http://example.com';