now we're getting somewhere. it helps when you give more info like that.
just add: window.close to the javascript function in the popup.
Code:
<script language="JavaScript" type="text/javascript">
function javascriptpenpopup(url)
{
window.opener.location.href = url;
window.close();
}
</script>
i'm not sure what you want to populate the parent window with if it is refreshing. explain