日期:2014-05-16 浏览次数:20937 次
s="select&password"'request.querystring
arr=split("select
------解决方案--------------------
password
------解决方案--------------------
update","
------解决方案--------------------
")'定义不允许包含的字符串
for i=0 to ubound(arr)
if instr(s,arr(0))>0 then'包含关键字
response.write "<script>window.close()</script>"
response.end
end if
next
s=request.querystring'''''''''
arr=split("select
------解决方案--------------------
password
------解决方案--------------------
update","
------解决方案--------------------
")'定义不允许包含的字符串
for i=0 to ubound(arr)
if instr(s,arr(0))>0 then'包含关键字
response.write "<script>window.close()</script>"
response.end
end if
next