<%
rs.open "select 小類(lèi),id from 小類(lèi) where 大類(lèi)=3 order by 序號(hào) desc,id",conn,1,1
if rs.eof and rs.bof then
response.Write ""
else
do while not rs.eof
%>
<%
rs.open "select top 7 標(biāo)題,id from 內(nèi)容 where 大類(lèi)=4 and 小類(lèi)=20 order by 序號(hào) desc,id desc",conn,1,1
if rs.eof and rs.bof then
response.Write""
else
do while not rs.eof
%>