Is there any way I can refresh the parent window when a popup window is closed without adding any javascript code to the popup window?
I have a page parent.php on wh
I'm sure you can just add this to parent.php:
var myPop = "pop up window selector" myPop.onunload = function(){ location.reload(); };