<a href="xxxx" target="_blank">xxx</a>
               ~~~~~~~~~~~~~~~

解决方案 »

  1.   

    <a href=xxx target=???>a</a>
    我记得好像可以.
      

  2.   

    你右边的框架的名字是什么? target="右框架的名字"
      

  3.   

    <a href="右边页面的名称" target="右边页面的框架名称"></a>
      

  4.   

    有没有targetFrame这个标记,我试了一下,好像可以用
      

  5.   

    <frameset rows="62,*" cols="*" frameborder="YES" border="1" framespacing="1" bordercolor="#6699CC"> 
      <frame name="topFrame" scrolling="NO" noresize src="top.htm" >
      <frameset cols="101,*" frameborder="YES" border="1" framespacing="0" rows="*" bordercolor="#6699CC"> 
        <frame name="leftFrame" scrolling="AUTO" src="tree.asp" frameborder="YES">
        <frameset rows="70,*" frameborder="YES" border="1" framespacing="1" bordercolor="#6699CC" cols="*"> 
          <frame name="topFrame1" scrolling="AUTO" src="menu.asp" frameborder="YES" >
          <frame name="mainFrame" src="show.asp" scrolling="AUTO">
        </frameset>
      </frameset>
    </frameset>
    <noframes> 
    看看吧,name就是框架名 ,src后的是页面名称