<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> 资料下载 - 黎明路桥重工
<% set rs=oConn.execute("select ClassID,Child,ClassName,ParentID from SoftClass where ParentID=0") while not rs.eof %> <%rs.movenext wend%>
首页 >> 下载中心             请您留言   请您提问   更多图片   更多下载   世界工厂   阿里巴巴

<% Dim C_ID C_ID=Trim(Request("C_ID")) If C_ID="" Then C_ID=0 End If If IsNumeric(C_ID) = False Then response.Redirect "../../../index.htm" End If If C_ID<>0 Then 'sSql="Select C_ID,C_SiteName,C_SiteClass,C_SiteCount,C_Editor,C_AddTime From CoolSiteData Where C_SiteClass =" &C_Id&" and P_Recycle=False Order By P_ID Desc" 'sSql="Select C_ID,C_SiteName,C_SiteUrl,C_SiteClass,C_SiteCount,C_Editor,C_AddTime,C_SitePicS From CoolSiteData Where C_SiteClass =" &C_Id&" and C_Recycle=False Order By C_ID Desc" sSql="Select s_id,s_softname,S_SoftAddTime,S_SoftBrowseCount,S_SoftDownCount,S_SoftClassID,s_editor,s_SoftDemoUrl,s_SoftAuthUrl,S_SoftRemark From SoftData where S_SoftClassID ="&C_Id&" and S_Recycle=False order by s_id desc" else 'sSql="Select C_ID,C_SiteName,C_SiteUrl,C_SiteClass,C_SiteCount,C_Editor,C_AddTime,C_SitePicS From CoolSiteData where C_Recycle=False Order By C_ID Desc" sSql="Select s_id,s_softname,S_SoftAddTime,S_SoftBrowseCount,S_SoftDownCount,S_SoftClassID,s_editor,s_SoftDemoUrl,s_SoftAuthUrl,S_SoftRemark From SoftData where S_Recycle=False order by s_id desc" End If %> <% 'sSql="Select C_ID,C_SiteName,C_SiteClass,C_SiteCount,C_Editor,C_AddTime From CoolSiteData Where C_SiteClass = 1" 'sSql="Select C_ID,C_SiteName,C_SiteUrl,C_SiteClass,C_SiteCount,C_Editor,C_AddTime,C_SitePicS From CoolSiteData " 'response.Write sSql oRs.Open sSql,oConn,1,1 Dim PicNum dim MaxPerPage dim totalPut dim CurrentPage dim TotalPages dim i MaxPerPage=20 if not ors.eof then ors.MoveFirst end if ors.pagesize=MaxPerPage If trim(Request("Page"))<>"" then If IsNumeric(trim(Request("Page"))) = False Then GoError "分页参数错误,请不要试图破坏此系统。" End If CurrentPage= CLng(request("Page")) If CurrentPage> ors.PageCount then CurrentPage = ors.PageCount End If Else CurrentPage= 1 End If totalPut=ors.recordcount if CurrentPage<>1 then if (currentPage-1)*MaxPerPage

<% Do While Not oRs.Eof and i <% oRs.MoveNext i=i+1 Loop %>
资料名称
资料类别
点击下载
<% set rsclass=oConn.execute("Select ClassName from SoftClass where ClassID="&oRs("S_SoftClassID")) If Not oRs.Eof Then response.write rsclass("ClassName") else response.Write "类别不存在" end if rsclass.close set rsclass=nothing %>
<% Response.Write "共"&totalPut&"个下载 " k=currentPage if k<>1 then response.write "["+"首页] " response.write "["+"上一页] " else Response.Write "[首页] [上一页]" end if if k<>n then response.write "["+"下一页] " response.write "["+"尾页] " else Response.Write "[下一页] [尾页]" end if Response.Write " 页次:"¤tpage&"/"&n&"页       " %>
<% else response.Write "

 

 

内容添加中,请稍后访问...
" end if oRs.close() %>