<script language = "JavaScript">function CloseChildWindow(){ window.opener.location.href="Parent.aspx"; self.close();}</script><input type = "button" onclick = "CloseChildWindow();" value = "Close"/>
Login to post response