questo è lo script della finestra madre che apre la popup "list_link"

<!--
function PopUp(url) {
window.open(url,"list_link",'scrollbars,width=320' );
} //-->

nella popup ho poi questo richiamo

<body onblur="self.close()" onload="self.focus();">