View Single Post
Old 01-30-2007, 06:38 AM   #10 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
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
__________________
Mike
sde is offline   Reply With Quote