?
鹽城中瑞網(wǎng)絡(luò)科技有限公司成立于2007年,主要從事網(wǎng)站建設(shè)、中、英文域名管理等以及微信應(yīng)用鹽城微信公眾平臺(tái)系統(tǒng)平臺(tái)的開發(fā)。
【詳情】常用自助服務(wù)
其它服務(wù)通道
63023175@qq.com
qq 63023175
服務(wù)熱線:
4008616598
鹽城微信公眾平臺(tái)
<%
dim rs
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from helpclass where anclassid="&request("anclassid"),conn,1,1
%>
"><%=rs("anclass")%>
<%
rs.close
set rs=nothing
%>
-
<%
dim sql,rst
anclassid=request("anclassid")
set rst=server.CreateObject("ADODB.RecordSet")
rst.open "select * from news where anclassid="&request("anclassid")&" order by adddate desc",conn,1,1
dim myPagination
set myPagination=new pagination
myPagination.pageSize=10
mypagination.pageListCount=10
mypagination.baseQueryString="anclassid="&anclassid&""
myPagination.setValue(rst)
set rst=myPagination.rst
for i=1 to rst.pagesize
if rst.eof then exit for
%>
- " title="<%=rst("newsname")%>" target="_blank"><%=rst("newsname")%> <% rst.movenext next %>
<% myPagination.pageList %>