asp网页中怎样用脚本代码判断表单文本框中输入的是否是数字和整数??

 我来答
百度网友7a01259
2011-10-11 · TA获得超过582个赞
知道小有建树答主
回答量:1120
采纳率:0%
帮助的人:1424万
展开全部
'函数名: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
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式