我是ASP出学者,下面的代码到是能运行,但是网页最后总是提示语法出错,谢谢各位高手指点啊!
代码如下:<html>
<head><title>测试A</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<script language="VBScript" type="text/vbscript">
<!--
Dim score
score=inputbox("请输入密码:","密码验证")
if score="123456" then
msgbox "密码正确"
else
msgbox "密码不正确"
end if
-->
</script>
</body>
</html>
上传服务器后到是能达到效果,但是最后网页提示: 行2、字符19、语法错误、代码0。。。,请问出错到那里了?