易和阳光购物商城 v1.3 | 功能简介 增加了防注入文件

源代码在线查看: shengkill.asp

软件大小: 1074 K
上传用户: spy0207
关键词: 1.3 商城
下载地址: 免注册下载 普通下载 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
				
				dim shengid
				shengid=request("shengid")
				if shengid"" then
				if not isnumeric(shengid) then 
				response.write"alert(""非法访问!"");location.href=""../index.asp"";"
				response.end
				end if
				end if
					conn.execute("delete from BJX_Shi where shengid=" &shengid)
					conn.execute("delete from BJX_Sheng where id=" &shengid)
					conn.close
					set conn=nothing
					response.write "alert('您选择的省已经被删除!');window.location.href='shengmanage.asp';"
					response.end
				%>			

相关资源