标题:判断是否为空
只看楼主
ca2ju3
Rank: 1
等 级:新手上路
帖 子:24
专家分:0
注 册:2005-6-10
 问题点数:0 回复次数:1 
判断是否为空

这个代码有没有错误~~

弄了一个晚上了
<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编辑过]

搜索更多相关主题的帖子: 判断 
2006-04-05 22:22
ca2ju3
Rank: 1
等 级:新手上路
帖 子:24
专家分:0
注 册:2005-6-10
得分:0 
谁能写个VBSCRIPT的已经确定
有用的代码给我啊
都要晕了!
2006-04-05 22:36



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




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

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