Features
- Cover Type: Paperback with 384 pages
- Published by: Apress August 14, 2006
- Written in: English
- ISBN 10 Number: 1590597079
- ISBN 13 Number: 978-1590597071
-
Book Dimensions:
9.1 x 6.9 x 1 inches
- Weighs: 1.6 pounds
Reader Reviews
I should have given this book five stars because it is such a treasure chest of information and most of it is error free. The authors also maintain an awesome website with corrections to a few instances where something got missed. If something doesn't work right in Internet Explorer with the script debugging tool turned on, check the website for updated code. For example, the overlays respond to clicks with the map event handler. Only the map should respond to the map click event handler, not the overlays. It's easy to fix, by testing to see if the overlay exists before executing the click handler on the overlay. If the overlay exists and the click is on the overlay, it should not execute the map click code.
Comment | |
(Report this)