我也要,希望大家也给我穿过来,谢谢!![email protected]

解决方案 »

  1.   

    http://community.csdn.net/Expert/topic/3527/3527050.xml?temp=.4244043
    不知对你是否有参考价值
      

  2.   

    <%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>树型目录菜单</title><style type="text/css">
    <!--
    body {
    background-image: url(images/hotel07.jpg);
    }
    -->
    </style></head><body>
    <%@ include file="js/tree.js"%>
    <table id=topTreeTable background=20020403/line1 style="border-collapse: collapse; background-image: url('20020403/line.gif'); background-repeat: repeat-y; background-position-x: 0px" cellpadding=0 cellspacing=0 border=0>
      <tr>
        <td height=20><img name=treeImg src=leftpic/tocfldc.gif border=0><a id=top1 href=#none onclick="openTopTree(0);">顶层一</a></td>
      </tr>
      <tr>
        <td></td>
      </tr>
      <tr>
        <td height=20><img name=treeImg src=leftpic/tocfldc.gif border=0><a href=#none onclick="openTopTree(1);">顶层二</a></td>
      </tr>
      <tr>
        <td></td>
      </tr>
      <tr>
        <td height=20><img name=treeImg src=leftpic/tocfldc.gif border=0><a href=#none onclick="openTopTree(2);">顶层三</a></td>
      </tr>
      
      <tr>
        <td></td>
      </tr>
    </table>
    </body>
    </html>