Username:
Password:

TABLE OF CONTENTS
Chapter 1: Introduction to VBScript
Interpreted programs versus compiled program
Why VBScript?
What you can use VBScript for
About VBScript
Chapter 2: VBScript Syntax
Placing VBScript in an HTML page and an Active Server Pages
Case-Sensitivity
Whitespace
Brackets
Comments
Variable and Function Names
Reserved Words
Chapter 3: Basic Programming Constructs
Declaring Variables
Using Operators
Creating Control Structures
Functions
Chapter 4: Objects, Events and the Document Object Model
Arrays
Objects
The "set" command
The Document Object Model
Events
        • onClick
        • onSubmit
        • onMouseOver
        • onMouseOut
        • onFocus
        • onChange
        • onBlur
        • onLoad
        • onUnload