<% SQL = "Select * from Myclass where id=1" Call Rs_Open(Rs,SQL,Conn,1,1) titles=rs("titles") descriptions=rs("descriptions") keywordss=rs("keywordss") Call Rs_end(Rs) %> <%=titles%>
当前位置: > 首页 > 关于我们 > 新闻动态

新闻动态

<% SQL = "Select * from news where classname=1 order by addtime desc" Call Rs_Open(Rs,SQL,Conn,1,1) If Rs.eof or Rs.bof then response.write "暂无新闻!" Else Call Page_code(12) For i=1 to rs.pagesize If rs.eof then exit for %> <% Rs.movenext Next End if %>
"><%=Rs("Title")%> <%=Rs("addtime")%>
<% Call Splitpage(Rs.Recordcount,Rs.Pagesize,5,1) %>
<%Call Rs_end(Rs)%>