On Nov 24, 10:43 pm, vesna <[EMAIL PROTECTED]> wrote: > I display 2 color markers on my map. Also, I have some checked boxes > in the Legend based on these 2 colors. When I check a box, the sidebar > info disappears completely. When I try to recheck the box, nothing > appears. The URL is as follows: > > http://www.pryvit.info/Edmonton/plaques_v1.html > > Can someone tell me what am I doing wrong and how does one go about > fixing it. > The firefox error console gives me 2 errors: Error: syntax error Source File: http://www.pryvit.info/Edmonton/javascripts/openwin.js Line: 1, Column: 1 Source Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Error: document.getElementById(color) is null Source File: http://www.pryvit.info/Edmonton/javascripts/edm_markers.js Line: 27 The first error is because http://www.pryvit.info/Edmonton/javascripts/openwin.js is an html page, not javascript. The second is because gicons[green] is not a valid id for an html element. -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
