验证用户名和密码格式。要求用户仅仅含数字、字母、下划线且只能以字母或下划线开头;要求密码长度不低于
验证用户名和密码格式。要求用户仅仅含数字、字母、下划线且只能以字母或下划线开头;要求密码长度不低于8位。如果不正确弹出对话框提示错误。<html><head><title...
验证用户名和密码格式。要求用户仅仅含数字、字母、下划线且只能以字母或下划线开头;要求密码长度不低于8位。如果不正确弹出对话框提示错误。
<html>
<head>
<title>验证用户名密码</title>
<script language="javascript">
function check ()
{
// 补充部分代码,以红色显示
}
</script>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<table border="1">
<tr>
<td>用户名 </td>
<td>
<input name="name" type="text" id="name" />
</td>
</tr>
<tr>
<td>密码</td>
<!-- 补充密码框html代码,以红色显示-->
</tr>
<tr>
<td height="38" colspan="2">
<input type="button" name="Submit" value="提交" onClick="check()"/>
</td>
</tr>
</table>
</form>
</body>
</html> 展开
<html>
<head>
<title>验证用户名密码</title>
<script language="javascript">
function check ()
{
// 补充部分代码,以红色显示
}
</script>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<table border="1">
<tr>
<td>用户名 </td>
<td>
<input name="name" type="text" id="name" />
</td>
</tr>
<tr>
<td>密码</td>
<!-- 补充密码框html代码,以红色显示-->
</tr>
<tr>
<td height="38" colspan="2">
<input type="button" name="Submit" value="提交" onClick="check()"/>
</td>
</tr>
</table>
</form>
</body>
</html> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询