Hi Rossko and thankyou for your answer.
I read the source code of the link you posted but my map is created in
a different way.
You can look this by going to the last web page I created:
http://thebit.altervista.org/maps/testAddMarker5_web_infowindows.php

When a click is detected with the function
google.maps.event.addListener(map, 'click', function()
// I create a new Marker
and when a click is detected over a marker with the function
google.maps.event.addListener(loadedMarker, 'click', function()
{
     this.infoWindow.open(map,this);
}
I also tried to add before and after the
"this.infoWindow.open(map,this);" instruction but it does not works.

On 25 Mar, 00:28, Rossko <[email protected]> wrote:
> > Please, can you tell me exactly how I can do?
>
> Here's a complete example of one-infowindow behaviour, use 'view
> source' to see how it 
> workshttp://gmaps-samples-v3.googlecode.com/svn/trunk/single-infowindow/si...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to