try to post a link every time that you create a new thread!

for this time I will try to help you

use this code
 function placeMarker(location) {
                       var marker = new google.maps.Marker({
                          position: location,
                          draggable: true,
                          map: map,
                          title: 'Click me up!'
                       });
                       var infowindow = new google.maps.InfoWindow ({
                            content: 'next time post a link',
                            position: location
                       });
                       google.maps.event.addListener(
                           marker, 'click', function() {
                           infowindow.open(map,marker);
                       });
  }



Paulo Fernandes
http://www.google.com/profiles/paulofernandesjr
http://twitter.com/paulofernandesj
+55 11 9797-5974



On Sat, Jan 29, 2011 at 11:03 PM, Rossko <[email protected]> wrote:

> > any help?
>
> I would think you'd get a javascript error from the browser for a
> clue?
>
> --
> 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]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

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