> So my database markers don't want to show up in Internet Explorer for
> my website (http://pippin.geog.mcgill.ca/acton/envr2/) for the function
> called - Afficher tous les points - in the table below the map. It
> works perfectly in all other browsers.

I cannot test it, but I'm very suspicuous about the use of name='all'
and id='all' in that checkbox <input> element.
Because of IE wierd way of referencing the dom this element could get
muddled with document.all
I'd change that id + name to something that looks less like a DOM
keyword

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