一个经过完善设计的经典网上购物系统

源代码在线查看: check.asp

软件大小: 1846 K
上传用户: philipsx
关键词: 网上购物
下载地址: 免注册下载 普通下载 VIP

相关代码

								response.Write "alert('网络超时或您还没有登陆!');window.location.href='login.asp';"
				response.End
				else
				if session("flag")>1 then
				response.Write "您没有此项目管理权限!"
				response.End
				end if
				end if
				%>
				-空间查看
				
				
				table {  font-size: 9pt}
				BODY { FONT-FAMILY: 宋体; FONT-SIZE: 9pt;
				SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
				SCROLLBAR-SHADOW-COLOR: buttonface;
				SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
				SCROLLBAR-TRACK-COLOR: #eeeeee;
				SCROLLBAR-DARKSHADOW-COLOR: buttonshadow}
				
				
				
				
				 
				空间的使用情况
				
				
				 
								 	Sub ShowSpaceInfo(drvpath)
				 		dim fso,d,size,showsize
				 		set fso=server.createobject("scripting.filesystemobject") 		
				 		drvpath=server.mappath(drvpath) 		 		
				 		set d=fso.getfolder(drvpath) 		
				 		size=d.size
				 		showsize=size & " Byte" 
				 		if size>1024 then
				 		   size=(size\1024)
				 		   showsize=size & " KB"
				 		end if
				 		if size>1024 then
				 		   size=(size/1024)
				 		   showsize=size & " MB"		
				 		end if
				 		if size>1024 then
				 		   size=(size/1024)
				 		   showsize=size & " GB"	   
				 		end if   
				 		response.write "" & showsize & ""
				 	End Sub	
				 	
				 	Sub Showspecialspaceinfo(method)
				 		dim fso,d,fc,f1,size,showsize,drvpath 		
				 		set fso=server.createobject("scripting.filesystemobject")
				 		drvpath=server.mappath("pic")
				 		drvpath=left(drvpath,(instrrev(drvpath,"\")-1))
				 		set d=fso.getfolder(drvpath) 		
				 		
				 		if method="All" then 		
				 			size=d.size
				 		elseif method="Program" then
				 			set fc=d.Files
				 			for each f1 in fc
				 				size=size+f1.size
				 			next	
				 		end if	
				 		
				 		showsize=size & " Byte" 
				 		if size>1024 then
				 		   size=(size\1024)
				 		   showsize=size & " KB"
				 		end if
				 		if size>1024 then
				 		   size=(size/1024)
				 		   showsize=size & " MB"		
				 		end if
				 		if size>1024 then
				 		   size=(size/1024)
				 		   showsize=size & " GB"	   
				 		end if   
				 		response.write "" & showsize & ""
				 	end sub 	 	 	
				 	
				 	Function Drawbar(drvpath)
				 		dim fso,drvpathroot,d,size,totalsize,barsize
				 		set fso=server.createobject("scripting.filesystemobject")
				 		drvpathroot=server.mappath("pic")
				 		drvpathroot=left(drvpathroot,(instrrev(drvpathroot,"\")-1))
				 		set d=fso.getfolder(drvpathroot)
				 		totalsize=d.size
				 		
				 		drvpath=server.mappath(drvpath) 		
				 		set d=fso.getfolder(drvpath)
				 		size=d.size
				 		
				 		barsize=cint((size/totalsize)*400)
				 		Drawbar=barsize
				 	End Function 	
				 	
				 	Function Drawspecialbar()
				 		dim fso,drvpathroot,d,fc,f1,size,totalsize,barsize
				 		set fso=server.createobject("scripting.filesystemobject")
				 		drvpathroot=server.mappath("pic")
				 		drvpathroot=left(drvpathroot,(instrrev(drvpathroot,"\")-1))
				 		set d=fso.getfolder(drvpathroot)
				 		totalsize=d.size
				 		
				 		set fc=d.files
				 		for each f1 in fc
				 			size=size+f1.size
				 		next	
				 		
				 		barsize=cint((size/totalsize)*400)
				 		Drawspecialbar=barsize
				 	End Function 	
					%>
				
				
				
											 			fsorank=1
				 			if fsorank=1 then
				 			%>
														dim s
							s=Request.ServerVariables("path_translated")
							GetPP=left(s,instrrev(s,"\",len(s)))
				 			End function
				 			if sPP="" then sPP=GetPP
				 			if right(sPP,1)"\" then sPP=sPP&"\"
				 			set fso=server.createobject("scripting.filesystemobject")
				 			Set f = fso.GetFolder(sPP)
				 			Set fc = f.SubFolders
				 			i=1
							i2=1
				 			For Each f in fc%>
							
							 
							 目录 
							
							  
							
							
							
							
							
														if i2							i2=i2+1
							else
							i2=1
							end if
							Next%>
							
							 
							 程序文件占用空间
							
							  
							
							
							
							
							
							
							 
							 系统占用空间总计
							
							   
							
							
											 			else
							response.write "本功能已经被关闭"
				 			end if
				 			%>
				
				
				
				
				
				
				
							

相关资源