一个WAP站

源代码在线查看: function.asp

软件大小: 1311 K
上传用户: wql507
关键词: WAP
下载地址: 免注册下载 普通下载 VIP

相关代码

								Function SafeRequest(ParaName,ParaType) 
				Dim ParaValue 
				ParaValue=Request(ParaName) 
				If ParaType=1 then 
				If not isNumeric(ParaValue) then 
				Response.redirect "err.asp?id=14" 
				Response.end 
				End if 
				Else 
				ParaValue=replace(ParaValue,"'","''") 
				End if 
				SafeRequest=ParaValue 
				End function
				%>			

相关资源