永发信息网

asp代码错在哪里?错误显示十二行符号错误,可我检查了,没发现错误。

答案:2  悬赏:0  手机版
解决时间 2021-04-27 01:09
  • 提问者网友:记得曾经
  • 2021-04-26 09:21

<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>测试按钮事件</title>
<script language="vbscript">
<!--
sub button_onclick
if document.form.answer.value="1" then call right else call wrong
end sub
sub right
msgbox "嘿嘿,真厉害,你答对了。",64,"脑筋急转弯"
sub wrong
msgbox "答错了,要好好加油哦!",32,"脑筋急转弯"
end sub
-->
</script>
</head>

<body>

<p>问题1.粽子的含义是什么?请选择:<br />
(1)间谍<br />
(2)中国某种民间小食<br />
(3)肥胖者</p>
<form id="form" name="form" method="post" action="">
请输入你的答案:
<label>
<input type="text" name="answer" id="answer" />
</label>
<br />
<label>
<input type="submit" name="button" id="button" value="提交" />
</label>
</form>
</html>

预览错误显示:

最佳答案
  • 五星知识达人网友:西风乍起
  • 2021-04-26 10:01

<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>测试按钮事件</title>
<script language="vbscript">
<!--
sub button_onclick
if document.form.answer.value="1" then
call right
else
call wrong
end if
end sub
sub right
msgbox "嘿嘿,真厉害,你答对了。",64,"脑筋急转弯"
end sub
sub wrong
msgbox "答错了,要好好加油哦!",32,"脑筋急转弯"
end sub
-->
</script>
</head>


<body>


<p>问题1.粽子的含义是什么?请选择:<br />
(1)间谍<br />
(2)中国某种民间小食<br />
(3)肥胖者</p>
<form id="form" name="form" method="post" action="">
请输入你的答案:
<label>
<input type="text" name="answer" id="answer" />
</label>
<br />
<label>
<input type="submit" name="button" id="button" value="提交" />
</label>
</form>
</html>

全部回答
  • 1楼网友:千杯敬自由
  • 2021-04-26 10:32

sub right这个过程没有关闭。。。

在网页中一般不要用vbscript来写脚本,因为vbscript只有IE能支持。

网页脚本一般用javascript来写。

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯