<% sngTime = Timer %> 无标题文档 电子商务世界 EB-World
会员登录
用户名 
密 码 

新用户注册  忘记密码?
站内搜索
业界动态
<% Set rsConst = Server.CreateObject("ADODB.RecordSet") strSQL = "SELECT * FROM [jsconst]" rsConst.Open strSQL, conn, 1, 1 If rsConst.EOF = False Then intPageSize = rsConst("dynpage") Else intPageSize = 10 intPageSize = CInt(intPageSize) Set rsRecord = Server.CreateObject("ADODB.RecordSet") strSQL = "SELECT * FROM [article] WHERE [ifhead] = 1 ORDER BY [Addtime] DESC" rsRecord.Open strSQL, conn, 1, 1 rsRecord.PageSize = intPageSize intPageCount = rsRecord.PageCount If Request("page") = "" Then intCurPage = 1 Else intCurPage = CInt(Request("page")) rsRecord.AbsolutePage = intCurPage For intCounter = 1 To intPageSize If rsRecord.EOF Then Exit For strTitle = CutWidth(rsRecord("title"), 73, "...") %> <% rsRecord.MoveNext Next rsRecord.Close rsConst.Close Set rsRecord = Nothing Set rsConst = Nothing %>
<% =rsConst("headsign") %>   target="_blank"> <% =strTitle %>
【返回首页】
第 <% For intCounter = 1 To intPageCount If intCounter = intCurPage Then %> <% =intCounter %> <% Else %>
<% Session("boardid") = "" %>