Chapter 16 Errors
I have found the following problems in Chapter 16:
(a) Starting with Page 597, creating the dynamicImage server behavior, I think the Code block for each of the 3 new behaviors, should be as follows, respectively:
"<%(@@Record_Set@@.Fields.Item("@@Graphic_Name@@") .Value)%>"
"<%(@@Record_Set@@.Fields.Item("@@Graphic_Width@@" ).Value)%>"
"<%(@@Record_Set@@.Fields.Item("@@Graphic_Height@@ ").Value)%>"
The original text omits ".Fields", which results in an ASP error when attempting to run the buildingBlock.asp page.
(b) On page 600, #3, creating a second instance of the dynamicImage server behavior, for the top graphic, doesn't display "Img[1]" for the img tag, because this graphic is not a placeholder, but has the name "Title" from a previous section. Should we remove the name "Title" and src "images/title.gif" before we do this exercise?
Elliot
|