you can embedd a javascript code like this in your page.
<?php
<SCRIPT LANGUAGE="jAVASCRIPT">
<!--
function goUrl(link)
{
window.opener.location=link;
self.close();
}
//-->
</SCRIPT>
?>
you can put a list link in the child window and it will display the page on parent window.