驗證碼在知碼網來說是乙個耳熟能詳的名詞了。今天
知碼網就來說說大寫數字驗證碼的實現方法吧。
asp**:
<%
c = request.form("c")
『如果可以輸入小寫的數字,請把下面三行注釋掉
for ii = 0 to 9
c = replace(c,cstr(ii),"")
next
c = replace(c,"零","0")
c = replace(c,"一","1")
c = replace(c,"二","2")
c = replace(c,"三","3")
c = replace(c,"四","4")
c = replace(c,"五","5")
c = replace(c,"六","6")
c = replace(c,"七","7")
c = replace(c,"八","8")
c = replace(c,"九","9")
if cstr(c) <> cstr(session("validatecode")) then
response.write ("驗證碼不正確")
response.end
end if
%>
以上內容由知碼網提供。「知碼網-驗證碼識別、答題雲平台」為您提供乙個穩定、快速和安全的雲端驗證碼識別和答題平台。
asp中文數字驗證碼
response.buffer true numcode function numcode response.expires 1response.addheader pragma no cache response.addheader cache ctrol no cache dim znum,i,...
asp中文數字驗證碼
response.buffer true numcode function numcode response.expires 1 response.addheader pragma no cache response.addheader cache ctrol no cache dim znum,i...
ASP實現加法驗證碼
將驗證碼改為加法運算,比如驗證碼顯示 25 64等於?那麼輸入 91 就能通過驗證。來看看效果圖對比 字元驗證碼 加法驗證碼 優點 與純字元驗證碼相比,本程式效防止了絕大部分 99 以上 廣告機的自動識別。即使是中文驗證碼,也能被市面上的部分廣告機識別。與中文驗證碼相比,避免了使用者輸入使用者名稱密...