We will be working with VBScript in the
Microsoft Windows (XP) environment.
Here is the
Scripting Home Page from Microsoft.
To find out more about HTML, the format, the tags and more.
How to find out constants we
see from the help pages.
|
Reference From Lecture Notes |
On-line Documentation |
Download for local installation |
|
A: |
||
|
A1: |
Microsoft Script Technologies Reference |
|
|
B:
|
Microsoft Web Development Reference. This is an external link to the MSDN page. We will be using a tiny subset of the functionality: the most we will ever need is referencing to: MSDN
Library We use a handful of objects (e.g. Buttons, Checkbox, etc.) and a handful of events (e.g. onClick, onFocus, etc.) from this reference list. |
|