狂菜的问题;提示有错》我好急啊啊
页面上有两个文本筐;和一个按扭;代码在下面
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body><script language="VBScript" runat =server>
if form1.name="" then
msgbox "cccc"
endif
</script>
<form name="form1" method="post" action="">
<p>name:
<input type="text" name="name">
</p>
<p>password:
<input type="text" name="password">
<input type="submit" name="tijiao" value="提交">
</p>
</form>
</body>
</html>