%
myfid=request.querystring("fid")
listid=request.querystring("listid")
cjid=Request("cjid")
tid_name=Request("tid_name")
'顶部目录列表
sql="select * from comtype where nomenu=1 order by id"
rs.open sql,conn,1,1
if not rs.eof then
do while not rs.eof
if rs("urllink")<>0 then
topmenu=topmenu&""
else
topmenu=topmenu&"
"
end if
topmenu=topmenu&""&rs("typename")&" "
if rs.eof then exit do
rs.movenext
loop
end if
rs.close
topmenu=topmenu&"
返回首页"
%>
|
||||||
|