vking661 发表于 2008-3-28 16:28

对jsp中的一个文本的作出限制?

对jsp中的一个文本的作出限制,必须是数字而且职能输入7个数字。
请大家帮帮忙!!

sqrt2 发表于 2008-3-28 17:29

[code]var string = "text here";
if(string.length==7){
    //your code here
}else{
    //your code here
}[/code]

zhulei1978 发表于 2008-3-30 11:44

<input type="text" size="10" maxlength="7" name="name" onkeyup="value=value.replace(/[\D]/g,'')">

vking661 发表于 2008-4-3 09:24

非常感谢 zhulei1978版主 和 sqrt2。

页: [1]

编程论坛