演示:http://asp2004.net/temp/treemenu/async.asp
源代码下载:http://asp2004.net/temp/treemenu.rar 【相关文章:Mambo 4.5.1-RC3英文候选版】 【扩展阅读:Command 程序示例,可以带参数运行】<%@language="vbscript" codepage="936"%> 【扩展信息:windowns 2k下tomcat配置】 <!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www.w3.org/tr/html4/loose.dtd"> <!--#include file="conn.asp"--> <html> <head> <meta http-equiv="content-type" content="text/html; charset=gb2312"> <title>http://asp2004.net</title> <link href="style.css" rel="stylesheet" type="text/css"> </head><body onload="exe(0);">
<script language="javascript" src="function.js"></script> <script language="javascript"> var isshow; var isload; isload = new activexobject("scripting.dictionary"); //isshow = new activexobject("scripting.dictionary"); function exe(id) { if (!isload.exists(id)) { isload.add(id,´´); loaddata(id); } /* if(isshow.exists(id)) { isshow.remove(id); } else { isshow.add(id,´´); } */ if (id>0) change1(´a´+id,´b´+id); ... 下一页