- Errors in your text book. - Third edition except where noted. On Page 77.(** p.79-80) Above the radio buttons comment line and above the and tags there's a line without a - there's a blank line where there should be ...size = "2" /> Also should have a numeric value like:
. Finally, there is no such thing as a

tag. On page 91* There are no quotation marks of any kind in the line. On page 95* "Length values are specified with numbers, most of which are integrals" I think last word was probably "integers". On page 106* At the very bottom (style = ".... ) closing quotation mark is missing. On Page 123 (** page 125) "Ariel" in the example should br "Arial." p. 114 The text says, "This paragraph would be displayed as follows:" and then shows the paragraph without any indentation. I believe the word "Now" should have been indented by .5 inch. The other lines in the paragraph would not be indented. p. 145. In Table 4.5, the range of the return value for the getMonth method should be from 0 to 11, not 1 to 31. 1 to 31 should be on the previous line. p. 155 Section 4.6.4 just above program code says "The following is an example that illustrates the Date object and a simple while loop." The example does not contain a while loop. It contains a for loop instead. p. 158. (**p161) Firefox complained that parentheses were needed around the condition in the do-while example. It wouldn't work until I changed the last line to: } while (count <= 50); p. 203, line 20, "handler" should be "" p. 211. (** p.210) the pswd_chk.html program (a homework assignment) has the following error in my book: Illustrate password checking> delete the ">" after "checking" . * ** Also in the line that has:
there should be no space between the quotes after action=. p.214. In validator.html delete the ">" after "validation" . p. 215, line 22, delete 'onchange = ?chkName();?' p. 217, last line of the 3rd paragraph, "has" should be "have" p 272-273 there is a on line 23 that doesnt have a preceding . Doesnt cause a problem but should be deleted. p. 502, Section 12.9, 2nd paragraph, 1st line, delete "or three" p. 502, Section 12.9, 2nd paragraph, delete 3rd sentence p. 536, last line, add "-->" to the end of the line p. 582, 3rd display code, 2nd line, replace "-" with "--" p. 583, 2nd display code, 2nd line, replace "-" with "--" p. 614, Exercise 5, replace "Query.java" with "JDBCServlet.java" * Second edition. ** Fourth edition If you find more errors, let me know.