CIS525 - Lecture#8 - October 2, 2000

CIS 525 10/2/00 See page 1063 of Hall for dynamic table example, "DynamicTable.html" See page 1067 of Hall for scaling images example, "strawberries.html" You can force only certain versions of Java to execute a particular section of code: <script language="JavaScript 1.1"> <!-- language version 1.1; --> </script> <script language="JavaScript 1.2"> <!-- language version 1.2; --> </script> See page 1095 of Hall for form/field entry and display, "CheckText.html" See page 1103 of Hall for multiple fields example, "CheckSeveral.html" JavaScript can create and pre-load an array with images to cut down on image load time and quicker execution See page 1076 of Hall for pre-loaded image array example, "ImageButton.html" See page 1080 of Hall for example of 'mouse-over' effects, "HighPeaksNavBar.html" JavaScript can use layers of images of special effects. This MAY be risky, however, and a slightly different syntax is used for IE than for Netscape See page 1088 of Hall for example of layers, "Camps.html" JavaScript can be used to load a selected URL in another frame See page 1113 of Hall for example, "GetURL.html" and ShowURL.html" These are used to load the site of the entered URL into a lower frame