判断是否为空
这个代码有没有错误~~
晕
弄了一个晚上了
<script language="vbscript">
function check()
if form1.text.value="" then
MsgBox msg,64,"警告!"
End if
end function
</script>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="test.html" onsubmit=return check();>
<input name="text" type="text" value="">
<input type="submit" name="Submit" value="提交">
</form>
</body>
</html>
[此贴子已经被作者于2006-4-5 22:46:56编辑过]