求助 初学
为什么不能显示呢?
帮帮忙
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<script language=VBScript>
dim=a
m="123"
a=inputbox("请输入密码")
if a<>m then
alert("密码错误")
else
alert("欢迎光临")
end if
</script>
<body>
</html>
[此贴子已经被作者于2006-3-28 21:19:37编辑过]