level 1
pengqixing
楼主
<html>
<head>
<scaript language="vbscript">
<!--
sub window_onload()
test()
end sub
sub test()
msgbox="saedfsadfas"
end sub
-->
</script>
<title>sdjfka</title>
</head>
<body>
dfa
</body>
</html>
我找书本输入这些代码 可是浏览时没弹出窗口 是代码错了还是浏览器不支持VBScript啊???
2010年08月09日 11点08分
1
<head>
<scaript language="vbscript">
<!--
sub window_onload()
test()
end sub
sub test()
msgbox="saedfsadfas"
end sub
-->
</script>
<title>sdjfka</title>
</head>
<body>
dfa
</body>
</html>
我找书本输入这些代码 可是浏览时没弹出窗口 是代码错了还是浏览器不支持VBScript啊???