|
<%
Sql="select top 30 id,title,picfile,addtime from Ok3w_Article Where SortPath like '%,134,%' and IsPass=1 and IsDelete=0 and IsCommend=1 order by paixu desc,ID desc"
Rs.Open Sql,Conn,0,1
Do While Not Rs.Eof
%>
/<%=Rs("Id")%>.html" target="_blank" style="font-family:arial;"> " alt="<%=Rs("Title")%>" height="140" border="0" style="margin-right:6px;border:3px solid #CCCCCC;"/><%=leftx((Rs("title")),25)%> |
<%
Rs.MoveNext
Loop
Rs.Close
%>
|
|