VBScript 是微软公司出品的脚本语言。
VBScript 是ASP (Active Server Pages)默认使用的脚本语言。
你可以在 Internet Explorer 尝试使用 VBScript 。
VBScript 是一个动态脚本语言。
Internet Explorer 支持 VBScript. 所以你可以在IE浏览器中执行VBScript, 通过我们的 VBScript 在线实例,你可以查看实例的运行结果:
<html> <body> <script type="text/vbscript"> document.write("This is my first VBScript!") </script> </body> </html>什么是 VBScript?