3000首FLASH源程序

源代码在线查看: function.asp

软件大小: 743 K
上传用户: hslhsl123
关键词: FLASH 3000 源程序
下载地址: 免注册下载 普通下载 VIP

相关代码

								'---------------------检查用户名密码-------------------------------
				function Checkin(s) 
				s=trim(s) 
				s=replace(s," "," ") 
				s=replace(s,"'","'") 
				s=replace(s,"""",""") 
				s=replace(s,"<","&lt;") 
				s=replace(s,">","&gt;") 
				Checkin=s 
				end function 
				'---------------------检查用户Email-------------------------------
				function IsValidEmail(email)
				IsValidEmail = true
				names = Split(email, "@")
				if UBound(names)  1 then
				   IsValidEmail = false
				   exit function
				end if
				for each name in names
				   if Len(name) 				     IsValidEmail = false
				     exit function
				   end if
				   for i = 1 to Len(name)
				     c = Lcase(Mid(name, i, 1))
				     if InStr("abcdefghijklmnopqrstuvwxyz_-.", c) 				       IsValidEmail = false
				       exit function
				     end if
				   next
				   if Left(name, 1) = "." or Right(name, 1) = "." then
				      IsValidEmail = false
				      exit function
				   end if
				next
				if InStr(names(1), ".") 				   IsValidEmail = false
				   exit function
				end if
				i = Len(names(1)) - InStrRev(names(1), ".")
				if i  2 and i  3 then
				   IsValidEmail = false
				   exit function
				end if
				if InStr(email, "..") > 0 then
				   IsValidEmail = false
				end if
				
				end function
				
				'---------------------检查添加管理员-------------------------------
				function CheckAdmin
					if Session("IsAdmin")true then response.redirect "admin_login.asp"
				end function
				'---------------------检查审核管理员-------------------------------
				function CheckAdmins
					if Session("IsAdmin")true or session("flag")				end function
				'---------------------检查超级管理员-------------------------------
				function CheckAdmint
					if Session("IsAdmin")true or session("flag")				end function
				
				sub error()
				%>
				
				
				
				
				错误信息提示==
				
				
				  
				    
				      
				        
				           
				            错误信息:
				          
				           
				            产生错误的可能原因:
				              
				           
					
				             
				              				            
				        
				      
				    
				  
				
								end sub
				%>			

相关资源