3个回答
2013-08-17
展开全部
user=replace(trim(request.form("uName")),"'","''")
password=replace(trim(request.form("Password")),"'","''")
if instr(user,"%") or instr(user,"#") or instr(user,"?") or instr(user,"|") or instr(user,"'") then
response.write "<script language=javascript>alert('您的姓名含有清肢非法字符!');this.location.href='login.asp';</script>"
response.end
end if
if instr(password,"%") or instr(password,"#") or instr(password,"?") or instr(password,"|") then
response.write "<script language=javascript>alert('您的密码含有非法字符!');this.location.href='login.asp';</扰正仿script>"
response.end
end if 我自己做的,希望对你缓纤有帮助
password=replace(trim(request.form("Password")),"'","''")
if instr(user,"%") or instr(user,"#") or instr(user,"?") or instr(user,"|") or instr(user,"'") then
response.write "<script language=javascript>alert('您的姓名含有清肢非法字符!');this.location.href='login.asp';</script>"
response.end
end if
if instr(password,"%") or instr(password,"#") or instr(password,"?") or instr(password,"|") then
response.write "<script language=javascript>alert('您的密码含有非法字符!');this.location.href='login.asp';</扰正仿script>"
response.end
end if 我自己做的,希望对你缓纤有帮助
2013-08-17
展开全部
Function ChkInvaildWord(Words)
Const InvaildWords="select|update|delete|insert|@|--|," '需要过滤得字符以“|”隔老扒开,最后结束的侍纤昌字符必须是|
ChkInvaildWord=True
InvaildWord=Split(InvaildWords,"|"竖吵)
inWords=LCase(Trim(Words))
For i=LBound(InvaildWord) To UBound(InvaildWord)
If Instr(inWords,InvaildWord(i))>0 Then
ChkInvaildWord=True
Exit Function
End If
Next
ChkInvaildWord=False
End Function
Const InvaildWords="select|update|delete|insert|@|--|," '需要过滤得字符以“|”隔老扒开,最后结束的侍纤昌字符必须是|
ChkInvaildWord=True
InvaildWord=Split(InvaildWords,"|"竖吵)
inWords=LCase(Trim(Words))
For i=LBound(InvaildWord) To UBound(InvaildWord)
If Instr(inWords,InvaildWord(i))>0 Then
ChkInvaildWord=True
Exit Function
End If
Next
ChkInvaildWord=False
End Function
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-08-17
展开全部
用正则表达式 具体代码你可以搜索下 就可以了 一大把。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询