最新下载
热门教程
- 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
相关文章
- 《彩色点点战争》推图常用三大主c玩法详解 01-23
- 《燕云十六声》池鱼林木任务攻略 01-23
- 《大连地铁e出行》查看行程记录方法 01-23
- 《明日方舟》2025春节限定干员余角色介绍 01-23
- 《崩坏:星穹铁道》万敌光锥搭配攻略 01-23
- 《燕云十六声》一药千金任务攻略 01-23