一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

ASP中生成静态页面技术

时间:2008-01-12 编辑:简简单单 来源:一聚教程网


<%
dim str
function menu(id)
set rs=server.CreateObject("adodb.recordset")
sql="select * from menu where id1="&id&" order by url,id"
rs.open sql,conn,1,1
str=str+""+chr(13)
i=1
while not rs.eof
ChildCount=conn.execute("select count(*) from menu where id1="&rs("id"))(0)
if ChildCount=0 then
if i=rs.recordcount then
menutype="file1"
else
menutype="file"
end if
menuname=""&rs("menuname")&""
onmouseup=""
else
if i=rs.recordcount then
menutype="menu3"
listtype="list1"
onmouseup=" onMouseUp=change1('a"&rs("id")&"','b"&rs("id")&"');"
else
menutype="menu1"
listtype="list"
onmouseup=" onMouseUp=change2('a"&rs("id")&"','b"&rs("id")&"');"
end if
menuname=rs("menuname")
end if
str=str+""+chr(13)
if ChildCount>0 then
str=str+""+chr(13)
end if
rs.movenext
i=i+1
wend
str=str+"
"&menuname&"
"+chr(13)
rs.close
set rs=nothing
end function

热门栏目