Chapter 1
Page Location Edit
13 Second tip Replace the second to last sentence with: "Java application programs run independently of a browser whereas Java applets typically run within the browser."
21 Second sentence Replace with: "Initially, we will study JavaScript programs where the statements that make up the program in an HTML document are contained between the <SCRIPT>...</SCRIPT> tag pairs."
23 Fourth paragraph, last sentence  Replace with: "Unlike standard HTML text, the write() and writeln() methods can display the values of variables, functions, and other entities which will be discussed later in this book.  Thus the text that is added to the HTML document will change if these values change.  However, the write() and writeln() methods cannot add new text to an HTML document after the browser has finished rendering the document.  Trying to do so will overwrite the entire contents of the document.  
25,27 Code sample on page Replace  SRC="c:\javafiles\samplessourcefile.js" with a relative reference.  References to the c: drive will not work once the file is on the server, as opposed to a PC.  The same problem exists in Figure 1.18

Last Modified January 27, 2002.  Comments to William Pegram, wpegram@nvcc.edu