企业版WAP网站

源代码在线查看: function.asp

软件大小: 1281 K
上传用户: yangbaochun
关键词: 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
				%>			

相关资源