动态载入树 (ASP+数据库)[20]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 applebbs 的 blog

tyle="color: #008080">23i=0
24do while not rs.eof
25 %>
26 arrnode[<%=i%>= new nodeclass(<%=rs("id")%>,'<%=trim(rs("content"))%>','<%=trim(rs("link"))%>',<%=rs("children")%>);
27 <%
28
29 i=i+1
30 rs.movenext
31loop
32
33set rs = nothing
34%>
35parent.arrtohtml(arrnode,'<% = nodeid %>');
36

本文关键:动态载入树 (ASP+数据库)
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top