On Mar 15, 11:11 am, Jesse <[email protected]> wrote:
> Hello all,
>
> I have been banging my head against this one; I hope someone can help.
> I have code to show icons for a bunch of different categories of local
> businesses on a map. The categories are controlled by checkboxes above
> the map. Each icon should be clickable, bringing up an info window.
> The code works as designed in Firefox 3, though Firebug does report an
> error:
>
> "a is undefined; function Lm(a,b) ..... in main.js line310"
>
> The code does not work properly in IE 6. The borwser gives me the
> "__e_ is null or not an object" error. The map shows up OK initially,
> and I can turn categories of icons on and off, but if I click on any
> of them the map disappears. Interestingly, if I then enable another
> category via the checkbox, the map comes back - with the correct item
> selected.
>
> Link:http://tysonsvisitor.110mb.com/interactive_map/interactive_map.htm
>
> Any help would be appreciated!
>

in your window.onload function, id is undefined in this call:
  javascript:myclick(query['id']);

  -- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to