对jsp中的一个文本的作出限制?
对jsp中的一个文本的作出限制,必须是数字而且职能输入7个数字。请大家帮帮忙!!
if(string.length==7){
//your code here
}else{
//your code here
}[/code] <input type="text" size="10" maxlength="7" name="name" onkeyup="value=value.replace(/[\D]/g,'')"> 非常感谢 zhulei1978版主 和 sqrt2。
页:
[1]
