1 2 3 4 5 6 7 8 9
<script><?if($url){?>parent.window.opener.location.href='<?php echo $url;?>';<?} else {?>parent.window.opener.location.reload();<?}?>window.close();</script>