管理登录system 管理员:admin 密码:admin888 数据库链接文件: conn.asp 内容数据库前台链接文件 systemconn.asp 内容数据库后台链接文件 sy

源代码在线查看: newslist.asp

软件大小: 2233 K
上传用户: liujun
关键词: admin systemconn asp system
下载地址: 免注册下载 普通下载 VIP

相关代码

				
								'☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
				'★                                                                  ★
				'☆                万博中小企业网站管理系统(NWEB)                    ☆
				'★                                                                  ★
				'☆  版权所有 Nweb.cn                                                ☆
				'★                                                                  ★
				'☆  程序制作 万博工作室                                             ☆
				'★           Add:四川省彭州市西大街228号/611930                     ★
				'☆           Tel:028-88079088  Fax:83708850                         ☆
				'★           E-m:duolaimi-123@163.com                               ★
				'☆           Q Q:59309100                                           ☆
				'★                                                                  ★
				'☆  相关网址 [产品介绍]http://www.Nweb.cn                           ☆
				'★           [支持论坛]http://www.Nweb.cn/bbs                       ★
				'☆                                                                  ☆
				'★  演示网址 http://www.Nweb.cn                                     ★
				'☆                                                                  ☆
				'★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★
				%>
								ID=trim(request.QueryString("ID"))
				if ID"" then 
				set RsA = server.createobject("adodb.recordset")
				RsA.source = "select * from NewTree where ID="&ID&""
				RsA.open RsA.source,conn,1,3
				Pid=RsA("Pid")
				if Pid=0 then
				   Content=" >> "&RsA("Content")&""
				   Locality="-"&RsA("Content")
				else
				   set RsB = server.createobject("adodb.recordset")
				   RsB.source = "select * from NewTree where ID="&Pid&""
				   RsB.open RsB.source,conn,1,1
				   Content=" >> "&RsB("Content")&" >> "&RsA("Content")&""
				   Locality="-"&RsB("Content")&"-"&RsA("Content")
				   RsB.Close
				   set RsB=nothing
				end if
				RsA.Close
				set RsA=nothing
				end if
				'===========================
				%>
								dim i,intPage,page,pre,last,filepath
				set RsP = server.createobject("adodb.recordset")
				PSQL= "select id,Newtitle,addtime from News where TreeID like '%"&ID&"%' and Putout=true order by id desc"
				RsP.PageSize = 20  '这里设定每页显示的记录数
				RsP.CursorLocation = 3
				RsP.Open PSQL,conn,0,2,1  
				pre = true
				last = true
				page = trim(Request.QueryString("page"))
				if len(page) = 0 then
				   intpage = 1
				   pre = false
				else
				   if cint(page) =< 1 then
				      intpage = 1
				      pre = false
				   else
				      if cint(page)>=RsP.PageCount then
				         intpage = RsP.PageCount
				         last = false
				      else
				         intpage = cint(page)
				      end if
				   end if
				end if
				if not RsP.eof then
				   RsP.AbsolutePage = intpage
				end if
				
				if RsP.Bof or Rsp.EOF then ContentList="还没有相关内容!"
				
				for i=1 to RsP.PageSize
				  if RsP.EOF or RsP.BOF then  exit for
				  ContentList=ContentList&"  "&RsP("Newtitle")&""&RsP("addtime")&"" 
				  RsP.movenext
				next
				ContentList=""&ContentList&""
				'===========================
				%>
								Sub Pagination()
				    response.write""
				    if RsP.pagecount>0 then 
					   response.write"     当前页"&intpage&"/"&RsP.PageCount&"        "
				    else 
				       response.write"当前页0/0        "
				    end if
				    response.write"共有"&RsP.recordcount&"条信息  每页"&RsP.PageSize&"条        首页 | "
				    if pre then
				       response.write"上页 | "
				    end if
				    if last then
				       response.write"下页 | "
				    end if
				    response.write"尾页 | 转到第"
				    response.write""
				    for i = 1 to RsP.PageCount
				       if i = intpage then 
				          response.write""&i&""
				       else
				          response.write""&i&""
				       end if
				    next
				    response.write"页"
					RsP.Close
				    set RsP=nothing
				End Sub
				'===========================
				%>
								set Rs=server.createobject("adodb.recordset")
				SQL="select id,Newtitle,AddTime from News where Putout=true and Hot=true ORDER BY kig desc"
				Rs.open SQL,conn,1,1 
				if Rs.BOF or Rs.EOF then  HotNewsList="				HotCount=1
				do while not Rs.eof and HotCount				   HotNewsList=HotNewsList&"  "&Rs("Newtitle")&""&Rs("addtime")&"" 
				   HotCount=HotCount+1
				   Rs.movenext
				loop
				HotNewsList=""&HotNewsList&""
				Rs.Close
				set Rs=nothing
				'===========================
				%>
				
				
				首页-新闻资讯|
				
				
				
				
				
				
				
				
				
				
				
				  
				    
				        
				    
				    
				    
				      
				      
				        
				        
				      
				      
				        
				        
				        
				      
				      
				         当前位置:
				        首 页 >> 新闻资讯
				      
				      
				        
				        
				      
				    
				        
				          
				             
				            
				            
				          
				          
				             
				            
				            
				          
				          
				             
				            
				            
				          
				          
				             
				            
				            
				          
				          
				             
				            
				            
				          
				          
				             
				            
				            
				          
				      
				  
				
				
				
							

相关资源