asp网页中怎样用脚本代码判断表单文本框中输入的是否是数字和整数??
1个回答
展开全部
'函数名:isInteger
'作 用:整数检验
'参 数:tstr ----字符
'返回值:true是整数,false不是整数
'
Public function isInteger(para)
on error resume Next
Dim str
Dim l,i
If isNUll(para) then
isInteger=false
exit function
End if
str=cstr(para)
If trim(str)= then
isInteger=false
exit function
End if
l=len(str)
For i=1 to l
If mid(str,i,1)9 or mid(str,i,1)0 then
isInteger=false
exit function
End if
Next
isInteger=true
If err.number0 then err.clear
End Function
//'''''''''''穗如'''''''''''''''侍弯''''''''''''
//isnuberic检测是否为数字
if not isnumberic(CheckString) then
TxtCheck=ErrorRoot&"不是数字"
exit function
else
if CheckLength <>老族闷 "" then
TxtCheck=Left(CheckString,CheckLength)
else
TxtCheck=CheckString
End if
end if
'作 用:整数检验
'参 数:tstr ----字符
'返回值:true是整数,false不是整数
'
Public function isInteger(para)
on error resume Next
Dim str
Dim l,i
If isNUll(para) then
isInteger=false
exit function
End if
str=cstr(para)
If trim(str)= then
isInteger=false
exit function
End if
l=len(str)
For i=1 to l
If mid(str,i,1)9 or mid(str,i,1)0 then
isInteger=false
exit function
End if
Next
isInteger=true
If err.number0 then err.clear
End Function
//'''''''''''穗如'''''''''''''''侍弯''''''''''''
//isnuberic检测是否为数字
if not isnumberic(CheckString) then
TxtCheck=ErrorRoot&"不是数字"
exit function
else
if CheckLength <>老族闷 "" then
TxtCheck=Left(CheckString,CheckLength)
else
TxtCheck=CheckString
End if
end if
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询