<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

  <body>
   <form name="form1" method="post" action="">

  <input type="submit" name="Submit" value="Submit"   onClick="Closeit()">

   </form>
  </body>
</html>

<script language="javascript">

function Closeit() {
    top.opener = self;
    top.window.close();
    return false
}

</script>