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>
展开
 我来答
房地产商域网
2015-10-18 · TA获得超过148个赞
知道小有建树答主
回答量:69
采纳率:0%
帮助的人:50.7万
展开全部
if(login.user_name.value==" ")
把双引号中间的空格去掉

改为:if(login.user_name.value=="")
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式