PHP为什么我在用户名那里不输入任何字符,它都不提示“请输入正确的用户名”
<html><head><title>3-8.html用户登录</title><style>.tbl{font-size:10pt;width:30%;text-alig...
<html>
<head>
<title>3-8.html 用户登录</title>
<style>
.tbl{font-size:10pt;width:30%;text-aligb:right;background-corlor:#abcdef;}
</style>
<script language="JavaScript">
function check_name()
{
if(login.user_name.value==" ")
{
alert("请输入用户名!");
return false;
}
}
</script>
</head>
<body>
<form name="login" action="3-9.php" method="POST" onsubmit="return check_name()">
<table border="0" width="200px" align="center">
<tr>
<td class="tbl">用户名:</td><td><input type="text" name="user_name"></td>
</tr>
<tr>
<td><input type="submit" value="登入系统"></td>
</tr>
</table>
</form>
</body>
</html> 展开
<head>
<title>3-8.html 用户登录</title>
<style>
.tbl{font-size:10pt;width:30%;text-aligb:right;background-corlor:#abcdef;}
</style>
<script language="JavaScript">
function check_name()
{
if(login.user_name.value==" ")
{
alert("请输入用户名!");
return false;
}
}
</script>
</head>
<body>
<form name="login" action="3-9.php" method="POST" onsubmit="return check_name()">
<table border="0" width="200px" align="center">
<tr>
<td class="tbl">用户名:</td><td><input type="text" name="user_name"></td>
</tr>
<tr>
<td><input type="submit" value="登入系统"></td>
</tr>
</table>
</form>
</body>
</html> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询