当关闭子窗口时刷新父窗口
要实现功能如下: 
父窗口中有数据列表,当对数据进行修改时弹出一子窗口,对数据进行修改,完毕保存后,当关闭子窗口 
时,刷新父窗口数据 
实现的javascript: 
 <script language="javascript">
<script language="javascript">  function closewin()
          function closewin()  {
          {  if(event.clientX>document.body.clientWidth&&event.clientY<0||event.altKey) //检测窗口关闭事件
             if(event.clientX>document.body.clientWidth&&event.clientY<0||event.altKey) //检测窗口关闭事件  {
             {  self.close();
                 self.close();  window.opener.location.href=Form1.Hidden1.value;   //不能用window.opener.location.reload(),否则会出提示框
                 window.opener.location.href=Form1.Hidden1.value;   //不能用window.opener.location.reload(),否则会出提示框  }
             }  }
          }  </script>
</script>  <body bgColor="darkgray" MS_POSITIONING="GridLayout" onbeforeunload="closewin()";>
<body bgColor="darkgray" MS_POSITIONING="GridLayout" onbeforeunload="closewin()";> 
 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号