Where is a link to your map?

If you don't have errors in other parts of your code, this will work:
...
map.addOverlay(marker);
GEvent.trigger(marker,  "click");
...

On 17 Okt., 22:06, stetou <[EMAIL PROTECTED]> wrote:
> Hi,
> I would like the content of marker.openInfoWindowHtml to appears
> immediatly when the marker is added with map.addOverlay (marker).
> I tried GEvent.addListener(marker, "addOverlay", function() without
> success
>
> GEvent.addListener(marker, "dragend", function()  works well, but I
> need the window to open when the marker is added to the map
> thanks
> Steve
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to