<frameset cols="50%,*"> 
--<frame name="hello" src="a.htm"> 
--<frame name="hi" src="b.htm"> 
</frameset>要求右边是菜单起导航作用保持不变,点右边菜单左边显示内容

解决方案 »

  1.   

    我说的意思就是像http://community.csdn.net/ 这样
      

  2.   

    <frameset cols="*,50%"> 
    --<frame name="hello" src="a.htm"> 
    --<frame name="hi" src="b.htm"> 
    </frameset>然后在右边的菜单中<a href='页面' target='hello'>菜单</a>
      

  3.   

    csdn是左边是菜单啊.我也觉得奇怪,很少有人右边用菜单的.<frameset cols="50%,*"> 
      

  4.   

    <frame name="hello" id="hello" src="a.htm"> 
      

  5.   

    csdn的是这样的.<frameset name="fstmain" cols="219,*" frameborder="1" framespacing="8" bordercolor="#3366cc" >
          <noframes >请使用支持 frame 的浏览器或者访问以下地址来进行站点导航:
          <a href="/tree/treenodeData/sitemap.htm" target="_blank">CSDN 社区地图</a>
          <a href="http://topic.csdn.net/t/" target="_blank">CSDN 社区帖子列表</a>
          </noframes>
          <frameset name="fraleftframe" rows="91,*" framespacing="0" frameborder="0" >
          <frame name="" src="/logo/logo.aspx"  marginheight="0"  />
          <frame name="" src="/Tree/tree.htm" marginheight="0"  />
          </frameset>
          <frame name="ContentFrame"  marginheight="0"  scrolling="yes" src="index.htm">" />
    </frameset>
      

  6.   

    我用的是  LinkButton1  应该怎么做