From the current browser window, how to change the URL of the browser window which opened this current window ?
window.parent.location='newpage.html'
window.top.location='newpage.html'
window.opener.location='newpage.html'
Cannot be done