<%
set rs=server.CreateObject("ADODB.recordset")
rs.open "select top 10 * from [2006xiangqin] where not(hukou='' or hukou is null) and active='Y' order by viewnum",conn_webtemp,1,1
do while not rs.eof
%>
| " target="_blank" class="red12"><%=rs("bianhao")%>号 |
" width="18" height="16" /> |
<%=rs("xingbie")%>士 |
<%=rs("hukou")%> |
 |
<%
rs.movenext
loop
rs.close()
%>
|
|
<%
set rs=server.CreateObject("ADODB.recordset")
rs.open "select top 10 * from [2006xiangqin] where hukou<>'' and active='Y' order by logtime desc",conn_webtemp,1,1
do while not rs.eof
%>
| " target="_blank" class="red12"><%=rs("bianhao")%>号 |
" width="18" height="16" /> |
<%=rs("xingbie")%>士 |
<%=rs("hukou")%> |
<%
rs.movenext
loop
rs.close()
%>
|