ASP in a Nutshell, 2nd Edition by A. Keyton Weissinger This page contains errors corrected in the 10/00 reprint. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification (iv) In the numbered list at the bottom of the copyright page, changed "1. Acitive server pages" to "1. Active server pages." (xiv) The 6th line from the bottom of the page did read: "There is a web site for the book, where examples, errata, and plans..." Now reads: "There is a web site for the book, where errata and plans..." {115} In the first line of the section "Status," "strStatusDescString" has been changed to "strStatusDescSetting." {171} The 8th line of the second source code example on the page did read: Sub btnReport_onClick The Sub statement is from VBScript, but is not supported in JScript. The line has been changed to: function btnReport_OnClick