tyle="color: #008080">23
i=0
24
do 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
31
loop
32
33
set rs = nothing
34
%>
35
parent.arrtohtml(arrnode,'<% = nodeid %>');
36