|
|
<%
sql = "select top 2 p.picpath,p.articlepath,a.title from articlepic p inner join article a on a.id=p.articleid where a.classid=7 and a.boardid=80 and a.ifshow=1 order by p.picid desc"
rs.open sql,conn,1,1
%>
<%do while not rs.eof%>
|
| <%rs.movenext
loop
rs.close%>
|
<% call news_list(9,14,84,2,"pc") %>
|