请指教。

解决方案 »

  1.   

    window.frames["RightFrame"].location.refresh===============================
        CSDN小助手 是一款脱离浏览器也可以使用csdn论坛的
    软件!
        界面: http://qqwwee.com/
        下载: http://qqwwee.com/csdn.rar 包含源代码
      

  2.   

    this.Page.RegisterStartupScript("txtIn","<script>frame1.location.href='orsch.aspx?runNo="+lb1.Text.Trim()+"&time="+e.Item.Cells[5].Text.Trim()+"';</script>");
    frame1是右邊的那個框架名,你試試看,如不行
    改為parent.frame1.location.href="右邊的那個框架裏的網頁名"
      

  3.   

    window.open("要打开的页面xxx.aspx","右边frame的name");