Dynamic HTML: The Definitive Reference
by Danny Goodman
Here are the changes that were made in the 10/98 reprint:
(xi) lines -1 and -2: changed the URL for the errata page to
"http://www.oreilly.com/catalog/9781565924949".
{110} Example 5-6, line 13:
var onImgArray = new Array()
changed to
var offImgArray = new Array()
{155} Example 6-4, line -11 through line -7 (the definition of release(evt)):
function release(evt) {
setZIndex(selectedObj, 0)
setBorderColor(selectedObj, "black")
selectedObj = null
}
changed to
function release(evt) {
if (selectedObj) {
setZIndex(selectedObj, 0)
setBorderColor(selectedObj, "black")
selectedObj = null
}
}
(This corrected a problem that can occur when someone clicks on
the page background in Netscape Navigator.)
(156 reprinted for page break.)
{760} "recordNumber entry", last line: removed "(see recordset property)"