On Apr 1, 9:22 am, Howie <[email protected]> wrote:

>
> The site can be found here:http://www.railuk.info/maps/spoonsmap.php

I can't get it to add any markers or populate the sidebar.

However: it appears you never define what your "side_bar" variable is
-- this is what Foxpro is complaining about. In IE, there is an
implicit assignment of a Javascript variable to every named element:
that is, because you have <div id="side_bar">, IE implicitly does
  var side_bar = document.getElementById("side_bar")
which you need to do explicitly to help other browsers.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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