I've done this before but cannot recall how I did it! So not sure what to search for in my code!
Normally I close a pop up and reload the screen underneath. Simple.
opener.location.reload();
self.close();
But instead of causing the underlying screen to reload, I want a specific url to load. What have I forgotten?
parent.location = "myurl.com"?