On Feb 4, 1:48 pm, gvi70000 <[email protected]> wrote: > http://www.grozeaion.com/index.php?option=com_content&view=article&id... > > click on geo tag icon then on the marker > i've try an alert on alert(myHtml); before and after > map.openInfoWindowHtml(point, myHtml); > before is ok, after...nothing
A better link would be: http://www.grozeaion.com/plugins/content/GVI/MapGenerator.php?0&0&http://www.grozeaion.com/images/stories/Site/FloareaDinGradina/Thumbnails/Thumb_FloareaDinGradina_004.jpg The problem with your map is that you are using map.openInfoWindowHtml. The map variable is local to your load function. Do this: var map; function load() { if (GBrowserIsCompatible()) { map = new GMap2(document.getElementById("map")); ... -- Larry > > On Feb 4, 11:12 pm, Ralph Ames <[email protected]> wrote: > > > > > Please read the posting guidelines and provide a link to your > > map.http://groups.google.com/group/Google-Maps-API/web/suggested-posting-... > > nes > > > Ralph > > >www.easypagez.com/maps/map_index.html > > -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
