1个回答
展开全部
<html>
<head>
<title>只允许输入字母或数字的文本框(input)</title>
</head>
<body>
<input tpye="text" value="只允许输入字母和数字" style="color:gray" onfocus="this.value='';this.style.color='black'"
onkeyup="this.value=this.value.replace(/[^a-z^A-Z^0-9]/gi,'')">
<br>
</body>
</html>
<head>
<title>只允许输入字母或数字的文本框(input)</title>
</head>
<body>
<input tpye="text" value="只允许输入字母和数字" style="color:gray" onfocus="this.value='';this.style.color='black'"
onkeyup="this.value=this.value.replace(/[^a-z^A-Z^0-9]/gi,'')">
<br>
</body>
</html>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询