您的位置:首页 > 其它

生死不离--5.12汶川一周年祭

2009-05-12 08:59 197 查看
<html>
<head>
<meta http-equiv="content-Type" content="text/html;charset=gb2312">

</head>
<body>
<!--把下面代码加到<body>与</body>之间-->
只能输入数字和小数点的文本框:<input onkeyup="this.value=this.value.replace(/[^\d\.]/g,'')">
只能输入中文<input onkeyup="this.value=this.value.replace(/[^\u4E00-\u9FA5]/g,'')" onbeforepaste="this.value=this.value.replace(/[^\u4E00-\u9FA5]/g,''))"/>
只能输入数字<input onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,'')">

</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: