php网页中textarea input为空JS无法判断,求解决办法

<html><head><title>实验报告提交系统</title><scripttype="text/javascript">functionYanZheng(){v... <html>
<head>
<title>实验报告提交系统</title>

<script type="text/javascript">
function YanZheng() {
var cname = document.getElementById("cname").value;
var tname = document.getElementById("tname").value;
var cpro = document.getElementById("cpro").value;

//这个功能没实现
if (cname =="")
{
window.alert("请输入所有内容");
return false;
}
}
</head>
<body>
<form name="form1"action="mtmn1.php" method="post" onsubmit="return YanZheng();">
<table width="500" align="center" cellpadding="0" height="20" >

<caption><h2>布置作业</h2></caption>
<tr>
<th style="text-align:left">课程名称:</th>
<td>
<input type="text" name="cname" id="cname" style="border-color:#FCC898;border-width:3px;border-style:solid;font-weight:normal;width:400px;">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" value="提交">
<input type="reset" value="重置" onclick="Reset()">
</td>
</tr>

</table>
</form>
</body>
</html>
这是部分代码,求网友们找下哪边的问题,谢谢
展开
 我来答
莫路草根
2015-03-19 · TA获得超过4102个赞
知道大有可为答主
回答量:4184
采纳率:85%
帮助的人:1044万
展开全部
你定义了一个function YanZheng(),请问你在哪里调用这个函数了?函数不调用是不起作用的!
还有<script type="text/javascript">你定义了js开头,结尾在哪?
更多追问追答
追问
在form表单的onsubmit调用了,那个结尾是有的,我这个是部分代码,太长放不下了
追答
你的YanZheng() 函数放在body最下面试试
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式