The variable sidebar in this line is not defined
sidebar.appendChild(sidebarEntry);
So there is just one line before missing
var sidebar = document.getElementById("sidebar");
sidebar.appendChild(sidebarEntry);
On Oct 1, 3:04 pm, "[email protected]" <[email protected]> wrote:
> I just added a sidebar to my map and now it works in all browsers
> except for firefox. I've tried it on two computers with firefox and
> it doesn't work on either. It does work in IE, Safari, and Chrome.
>
> Please help!
> Thanks,
> Steve Cohen
>
> http://www.mytbos.com/geocode/map.php
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---