level 1
tzchf
楼主
http://www.w3school.com.cn/tiy/t.asp?f=vbst_bodysection
<html>
<body>
<script type="text/vbscript">
document.write("在页面加载时,会执行 body 部分的脚本。")
</script>
</body>
</html>
改成javascript可以
ie8都会提示脚本,安全性选最低也不行,但能运行。360倒是要么运行,要么无反应,也不提示。

2015年05月27日 01点05分
1
<html>
<body>
<script type="text/vbscript">
document.write("在页面加载时,会执行 body 部分的脚本。")
</script>
</body>
</html>
改成javascript可以
ie8都会提示脚本,安全性选最低也不行,但能运行。360倒是要么运行,要么无反应,也不提示。