http://eyun.iecn.net/tmp/tree/
看源代码……

解决方案 »

  1.   

    <table onclick="if (document.readyState == 'complete') top.dtbar.showtoc();" align="left" border=0 cellpadding=0 cellspacing=0 title="显示导航栏" style="cursor:hand">
          <tr>
            <td height="30"></td>
            <td height="30" valign="middle"><img title="显示导航栏" border="0" src="/expert/deeptree/images/showtoc.gif" /></td>
            <td height="30"></td>
            <td height="30" valign="middle"><a href="#"><font face="verdana" color="#FFFFFF">显示导航栏</font></a></td>
          </tr>
        </table>
    //top 中
    function showtoc()
      {
      top.mainframeset.cols = strColumns_Current;
      top.contentbar.document.all("showtoc").style.display = "none";
      }