<html>
<body>
<hr color="blue">
<input type="submit" name="btnl" value="click to test the code">
<script language="VBS">
<! - -
sub btnl _ onclick
dim message
message="hello world!"
msgbox message, 0, "tester result"
end sub
- - >
</script>
</body>
</html>
请问这段网页代码错在哪里.不能弹出hello world对话框``我才刚学VBS.
[ Last edited by Eblis on 2007-6-9 at 09:36 PM ]
DOS新人.多多指導


