What You Should Already Know
学前基础
Before you continue you should have a basic understanding of the following:
在你开始学习之前应该对以下知识有所了解:
WWW, HTML and the basics of building Web pages
WWW,HTML以及WEB页面制作的基础知识
If you want to study these subjects first, go to our Home Page.
你可以在我们的知识库找到这些单元进行学习
What is VBScript?
什么是VBScript?
VBScript is a scripting language
VBScript为脚本语言
A scripting language is a lightweight programming language
它是一种轻量级的程序语言
VBScript is a light version of Microsoft's programming language Visual Basic
VBScript是微软VB程序的轻量版
How Does it Work?
它是如何运作的?
When a VBScript is inserted into a HTML document, the Internet browser will read the HTML and interpret the VBScript. The VBScript can be executed immediately, or at a later event.
当VBScript加入到HTML文档,浏览器会读取HTML并解析VBScript。VBScript可以立即执行,或是在后面的触发事件中执行。

