I have a slight variation on the window.opener.reload javascript.
Normally, if I want to reload a page after closing a pop-up window I use
window.opener.reload(true)
But this time i want to load a different url into the opener window.
So i tried this:
window.opener.href('url').reload(true);
But this isn’t working. Any ideas on why it isn’t working and how I can make it work??
Thanks
jw
Assign to
location.href: