 |
 |
 |
|
|
<%
set rs_top=server.createobject("adodb.recordset")
str="select * from hotpoint order by updatedate desc"
rs_top.open str,conn,3,2
%>
<%if not rs_top.eof then
hotid=rs_top("hotid")
response.write left(rs_top("title"),14)&"..."
end if
%>
|
<%if not rs_top.eof then%>
点击进入...
<%end if%>
|
<%
if not rs_top.eof then
rs_top.movenext
end if
if not rs_top.eof then
hotid=rs_top("hotid")
response.write left(rs_top("title"),14)&"..."
end if
%>
|
<%if not rs_top.eof then%>
点击进入...
<%end if%>
|
<%
if not rs_top.eof then
rs_top.movenext
end if
if not rs_top.eof then
hotid=rs_top("hotid")
response.write left(rs_top("title"),14)&"..."
end if
%>
|
<%if not rs_top.eof then%>
点击进入...
<%end if%>
|
|
|
|
<%rs_top.close%>
|
|