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

 

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

Here is some documentation we will/may need:

 

Reference From Lecture Notes

On-line Documentation

A:

 JavaScript Reference ; JScript (ECMA Script3) Ref

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.

B1:

Microsoft Web Browser Objects
MSDN Library
      -> Web Development
           -> HTML and CSS
                   -> HTML and DHTML Reference
                        ->
DHTML Objects:  (e.g. Window document)
->