代码示例:(标识:vbst_bodysection)
<html>
<body>

<script type="text/vbscript">
document.write("在页面加载时,会执行 body 部分的脚本。")
</script>

</body>
</html>
运行结果: