Notes on Second edition:
Page Location Edit
512 Second sentence under Creating Cookies The syntax for the cookie property is document.cookie = name=value;
517  Format beginning Weekday Replace Time Zone with TimeZone
518 getDate() Change Description to "Returns the date of the month (1-31) of a Date object
518 getDay() Change Description to "Returns the day of the week (0-6) for Sunday-Saturday of a Date object
518 getMonth() Change Description to "Returns the month (0-11) of a Date object"
518 getTime() Change Description to "Returns the milliseconds elapsed since January 1, 1970"
518 set Date() Change Description to "Sets the date of the month (1-31) of a Date object
518 Last method in box Replace ToLocaleString() with toLocaleString()
521 First line of code Delete ) so that code reads document.cookie = "firstName=Don" + ";  path=/MyFiles";
521 Second line of code Delete ) so that code reads document.cookie = "firstName=Don" + 
"; path=/";
522 First line of code Delete ) so that code reads document.cookie = "firstName=Don" +
"; secure=true";

Last Modified March 19, 2002. Comments to William Pegram, wpegram@nvcc.edu