最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp安全检测函数
时间:2022-06-30 09:15:03 编辑:袖梨 来源:一聚教程网
今天在做会员注册检验的时候用了太多的检测字符
突然想起是不是做个函数调用方便点
。。。。
函数不知道写的严谨不
望各位高手指点,多多给点意见哈
<%
function closename(fmname)
Dim closekey,closekeyl,closekeyi
'下面是要过滤的字符
closekey="'|`|~|!|*|;|^|?|$|%|&|(|)|<|>|and|or|script|onClick|onload|exec|insert|select|delete|update|count|chr|mid|master|truncate|char|declare"
closekeyl=Split(closekey,"|") '分割|取得禁用字符
for closekeyi=0 to Ubound(closekeyl)
if Instr(fmname,closekeyl(closekeyi))>0 then
Response.Write ""
response.end
end if
next
end function
相关文章
- 《无限暖暖》天星之羽获得位置介绍 12-20
- 《流放之路2》重铸台解锁方法介绍 12-20
- 《无限暖暖》瞄准那个亮亮的成就怎么做 12-20
- 《无限暖暖》魔气怪终结者完成方法 12-20
- 《无限暖暖》曙光毛团获得位置介绍 12-20
- 《无限暖暖》日光果获得位置介绍 12-20