父窗口?
Parent是父框架?
opener?

解决方案 »

  1.   

    if you use CS,you should use 构造函数 传值。
    if you use BS,you shoule "sesson".
      

  2.   

    Response.write("<script>hiddenId.value=window.openr.location.href;</script>");
    ???=hiddenid.value;//设一隐藏控年,转为服务器控件;SET;
    Response.write("<script>window.openr.location.href=???????</script>");
      

  3.   

    上面是OPEN出来的窗口:不知你子窗口什么意思,是帧的话就是:
    top.location.href=?????parent.location.href=?????
      

  4.   

    对,是frame或iframe
    你上面讲的方法是采用脚本形式,这样实现页面跳转没法使用“后退”
    C#中用Page.Response.Redirect("aa.aspx");跳转后,可以使用“后退”
    有没有办法采用C#中类似的方法实现呢?