补充一下
就想这个网站上一样
http://community.csdn.net/
点旁边的,右边出来不同的网页

解决方案 »

  1.   

    这样:
    <frameset name="frmManage" cols="193,10,*" frameborder="no" border="0" framespacing="0" id="attachucp">
        <frame src="leftMain.jsp" name="leftFrame" scrolling="no" noresize="noresize" />
    <frame src="scroll.html" name="switchFrame" scrolling="NO" id="leftbar" noresize>
        <frame src="remain.jsp" name="mainFrame" id="mainFrame" />
    </frameset>
    左边做个树状结构的页面,右面先做个首页然后把左边需要显示的连接地址<a href="..." target="mainFrame">就ok了