 |
 |
 |
|
|
|
|
<%
rs.movenext
wend
rs.close
%>
|
 |
 |
|
 |
<%
strsql="select top 4 id,title,datetime from news_info order by id desc"
set rs = server.createobject("adodb.recordset")
rs.open strsql, conn, 1, 1
while not rs.eof %>
<%
rs.movenext
wend
rs.close
%>
<%
strsql="select top 9 * from pro_list order by id desc"
rs.open strsql, conn, 1, 1
while not rs.eof %>
|
<% if not rs.eof then
rs.movenext
end if
%>
|
<% if not rs.eof then
rs.movenext
end if
%>
|
|
<% if not rs.eof then
rs.movenext
end if
%>
|
|
|
|
|
|
 |