当前位置: 代码迷 >> ASP.NET >> 用c#写asp.net,一个button,里面的click事件里如何没有this.close()
  详细解决方案

用c#写asp.net,一个button,里面的click事件里如何没有this.close()

热度:1888   发布时间:2013-02-25 00:00:00.0
用c#写asp.net,一个button,里面的click事件里怎么没有this.close()?
用c#写asp.net,一个button,里面的click事件里怎么没有this.close()?

------解决方案--------------------------------------------------------
你要关闭页面吗?

按钮事件里写

Response.Write( " <script> window.opener=null;window.close(); </script> ");
  相关解决方案