标题:看看我错在哪里?对JS语言不懂真头疼
取消只看楼主
hnegz
Rank: 1
等 级:新手上路
帖 子:35
专家分:0
注 册:2007-10-18
 问题点数:0 回复次数:2 
看看我错在哪里?对JS语言不懂真头疼

为什么我输入是空白的话,浏览器能提出"标题不能为空!",但当我的字符超过4个时,什么不能提出错误来?
<html>
<head>
<script language="javascript">
function ChkFields()
{
if(document.form1.tx1.value=='')
{
window.alert("标题不能为空!")
form1.tx1.focus()
return false
}
if(document.form1.tx1.value.length>4)
{
window.aletr ("标题超长!")
form1.tx1.focus()
return false
}
return true;

}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>发表新日志</title>
</head>
<body>

<form name="form1" method="post" action="" onsubmit= "return ChkFields()">
<div align="center">

<tr>
<td width="582" height="40"> <div align="center">文章标题:
<input name="tx1" type="text" size="50">
</div></td>
</tr>

<div align="center">
<input type="submit" name="Submit" value="提交"><input type="reset" value="全部重写" name="B2"></div></td>

</div>
</form>
</body>
</html>

搜索更多相关主题的帖子: 语言 头疼 
2007-11-07 00:13
hnegz
Rank: 1
等 级:新手上路
帖 子:35
专家分:0
注 册:2007-10-18
得分:0 
我的,一个低级错误!
2007-11-07 09:20
hnegz
Rank: 1
等 级:新手上路
帖 子:35
专家分:0
注 册:2007-10-18
得分:0 
是呀!怪不得,我家老头总搞我脑袋瓜子..嘿嘿
2007-11-08 02:19



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-184093-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.169331 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved