主頁 > 知識庫 > 防SQL注入的VBSrcipt代碼

防SQL注入的VBSrcipt代碼

熱門標簽:百度地圖標注是什么意思 外呼線路中繼線是什么 合肥高德地圖標注 外呼系統(tǒng)telrobot 深圳外呼系統(tǒng)收費 怎么看地圖標注 外呼系統(tǒng)免費招代理 廣州ai電銷機器人一般多少錢 拉薩外呼系統(tǒng)業(yè)務
script language="vbscript"> 
        function checkstr(strname) 
            strn=trim(strname.value) 
            str=trim(strname.value) 
            for i=1 to len(str) 
                strcheck=asc(left(str,1)) 
                if not ((strcheck=122 and strcheck>=97) or (strcheck=90 and strcheck>=65) or (strcheck=57 and strcheck>=48)) then 
                    msgbox("請勿使用除英文字母及數(shù)字以外的字符!") 
                    strname.value = left(strn,i-1) 
                    strname.focus 
                    exit for 
                end if 
                str=Right(str,len(str)-1) 
            next  
        end function 
        function checknum() 
            checknum=true 
            if not document.all.txtMailSize.value="" then 
                if not IsNumeric(document.all.txtMailSize.value) then 
                    msgbox("請勿使用數(shù)字以外的字符!") 
                    document.all.txtMailSize.value="" 
                    document.all.txtMailSize.focus 
                    checknum=false 
                else if document.all.txtMailSize.value>5 or document.all.txtMailSize.value0 then 
                        msgbox("請?zhí)顚?-0之間的數(shù)字!") 
                        document.all.txtMailSize.value="" 
                        document.all.txtMailSize.focus 
                        checknum=false 
                    end if 
                end if 
            end if 
        end function 

        function checkupdate() 
            checkupdate=true 
            if document.all.txtU_name.value="" or document.all.txtMailSize.value=""  then 
                msgbox("您填寫的信息不完全!")         
                checkupdate=false 
            end if 
        end function 
        function compare() 
            compare=true 
            if not document.all.txtRePsw.value =document.all.txtPsw.value then 
                msgbox("兩次密碼輸入不一致!") 
                document.all.txtRePsw.focus 
                compare=false 
            end if 
        end function

標簽:臺灣 廣安 玉林 周口 嘉興 延安 六安 漳州

巨人網絡通訊聲明:本文標題《防SQL注入的VBSrcipt代碼》,本文關鍵詞  防,SQL,注入,的,VBSrcipt,代碼,;如發(fā)現(xiàn)本文內容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內容系統(tǒng)采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《防SQL注入的VBSrcipt代碼》相關的同類信息!
  • 本頁收集關于防SQL注入的VBSrcipt代碼的相關信息資訊供網民參考!
  • 推薦文章