你可以按照以下几种方法试试:
1。用window.open("*.html","frameContent");
2。用parent.frameContent.location.href="*.html"
3。<a href="*.html" target="frameContent">万一不行,就只好在新窗口中显示吧

解决方案 »

  1.   

    不行~还是在新窗口中打开的:(,如果打开的是*.aspx就没问题,如果是包含了frame的*.htm就会在新窗口中打开,是不是因为两个frame不兼容?
      

  2.   

    this.Response.Redirect("TempletDesignEdit.htm",true);

    this.RegisterStartupScript("Bottom",@"<script><a href='TempletDesignEdit.htm' target='frameContent'></script>");都不行,不是出错,是达不到效果,只能在新窗口中打开。:(