Help Pages  for VB Scripting and HTML  -  CSS 341
Fundamentals of Programming and Application         

 

Here are some hints/how-to’s/VBScript-links:

Here is some documentation we will/may need: You may want to download and install some of these help files on your machine.   You must install to the default location (C:\Program Files\Microsoft Office\OFFICE11\1033) if you want all of the reference links to work properly.

 

Reference From Lecture Notes

On-line Documentation

Download for local installation

A:

VB Script Reference

Download from here

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
                      -> Web Development
                                -> HTML and CSS

-> HTML and DHTML Reference

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.