JS高手来看一下,急,在线等!

来源:百度知道 编辑:UC知道 时间:2024/05/15 17:09:10
这是一段图片滚动代码,怎么只能走一圈就不走了呢?
<%
Dim ipagecount
Dim ipagecurrent
Dim strorderBy
Dim irecordsshown,hangpicnum
if request.querystring("page")="" then
ipagecurrent=1
else
ipagecurrent=cint(request.querystring("page"))
end if
sql = "SELECT DesktopMiniPic,DesktopCk,DesktopName,DesktopId,DesktopLx FROM desktop where DesktopHot=true ORDER BY DesktopId DESC"
Set rs = Server.CreateObject("ADODB.Recordset")
rs.OPEN sql,Conn,1,1
rs.pagesize = 10
rs.cachesize = 10
ipagecount = rs.pagecount
If ipagecurrent > ipagecount Then ipagecurrent = ipagecount
If ipagecurrent < 1 Then ipagecurrent = 1
Response.Write"<table width='100%' border='0' cellspacing='0' cellpadding='5'>"

if rs.bof and rs.eof then
response.write "<tr><td align='center'>没有任何文件</tr></td&g

其实我特别想知道你给出的JS在哪

www.lanrentuku.com 上找,很多好看的效果,自己做你不累啊?