点击这里给我发消息 点击这里给我发消息

js基础:网页特效之HTML中树的实现方法

添加时间:2010-1-5
    相关阅读: 网页 ASP 数据库 程序 HTML JSP PHP

利用javascirpt我们可以很容易的在HTML中实现树,而不需要使用ASP,JSP,PHP等等编写动态程序,当然如果要和数据库结合,下面的代码也很容易移植。

  首先,我们看一下实现这个树形结构的javascript代码。

  common.js
<!--
functionshowCurrentSection()
{ 
varobjCurrentSection=document.getElementById("navcurrentsection"); 
if(objCurrentSection!=null)
{
 objCurrentSection.style.display="block";  
 objCurrentSection.parentElement.childNodes[0].className="open";
 if(objCurrentSection.parentElement.parentElement.nodeName=="UL")
 showSection(objCurrentSection.parentElement.parentElement); 
}
}
functionshowSection(objSection)
{ 
objSection.style.display="block";
objSection.parentElement.childNodes[0].className="open"; 
if(objSection.parentElement.parentElement!=null&&objSection.parentElement.parentElement.nodeName=="UL")
 showSection(objSection.parentElement.parentElement);
}
-->

本文作者:未知
咨询热线:020-85648757 85648755 85648616 0755-27912581 客服:020-85648756 0755-27912581 业务传真:020-32579052
广州市网景网络科技有限公司 Copyright◎2003-2008 Veelink.com. All Rights Reserved.
广州商务地址:广东省广州市黄埔大道中203号(海景园区)海景花园C栋501室
= 深圳商务地址:深圳市宝源路华丰宝源大厦606
研发中心:广东广州市天河软件园海景园区 粤ICP备05103322号 工商注册