http://expert.csdn.net/Expert/topic/2799/2799110.xml?temp=.1485102

解决方案 »

  1.   

    Response.Write("<script>window.opener=null;window.close();opener.location.replace('webform1.aspx');</script>")
      

  2.   

    http://dotnet.aspx.cc/ShowDetail.aspx?id=49ML4AO8-5PB3-4KNY-NJZD-LJOIOXV4M1X4
      

  3.   

    在button 写上OnClick=JavaScript:Fuction()然后用JavaScript定义
    Fuction()
    {
    windows.open('b.aspx','b',width=xxx height=xxx left=xxx top = xxx,true)
    }
      

  4.   

    用windows.open弹出窗口,参数可以放在Object的属性中,所以不限个数,返回值同理,自己查查msdn吧,都有的,照抄好了。