On Apr 16, 8:51 pm, Ken <furryroos...@gmail.com> wrote:
>
> Anyone else have any suggestions?
>

I looked at your map with Firefox 2 and I was unable to see any
infoWindows, either on polygons or on icons.

Anyway, in the function createPoly() you're calling map.openInfoWindow
() and that method requires a DOM node as parameter, but you're only
passing a string.
Change it to map.openInfoWindowHtml()

Other than that, try removing the whitespace from the top of the
document, (The DOCTYPE declaration needs to be the very first thing in
the document), and try using the recommended DOCTYPE of Strict:
http://code.google.com/apis/maps/documentation/index.html#XHTML_and_VML

--
Marcelo - http://maps.forum.nu
--



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to