JavaScript Application Cookbook by Jerry Bradenbaugh Following are the changes made in the 1/00 reprint: Page 19: 2nd paragraph from bottom of page: Rewrote last two sentences (starting on line 4) as follows: If the user wants to search the tile and description, validate() sets searchType to SEARCHALL (that's the default, by the way). If the user wants to search the URL, searchType is set to SEARCHURL. Here's how it happens: Page 20. last sentence. changed all to searchType Page 21: First line after the code changed "all three" to "both" Page 23: Last paragraph: changed requireAll() calls noMatch() to verifyManage() calls noMatch() Page 30: Deleted last sentence in last paragraph of Buttons section. Page 34: ternary operator box, second paragraph: made val1 courier, not italic Page 45: Second paragraph, second-to-last sentence: Changed the last part of the sentence to: "then returns each as the content of a URL for the SRC attribute." Page 60: In third paragraph after table: Changed idx to rank[idx] Page 74 at the top: Changed function to style sheet. Page 75: Second paragraph, second sentence: Unitalicized the word layers. Page 85: Third sentence in first paragraph: Changed to: "Clicking the left and right arrow image links, however, conditionally calls changeSlide()." Page 85: Changed SCRIPT LANGUAGE="JavaScript1.2"> to