On Sep 13, 10:58 am, Vladimir <[email protected]> wrote:
> Let me start by saying I don't know much about Javascript, I suspect
> the answer is easy.
>
> I am making a map for my employer's website and unfortunately have to
> use their web-based software to do so. This poses some navigation
> limits that force me to do it this way.
>
> I would like to be able to set one of the info windows to default
> open. By doing this I can use the inherent navigation of the webpage
> and list all our locations on the left, and each location link will
> bring you to a customized map (will be centered on that location AND
> have the info window already open). Is there a simple line of code I
> can enter that will make the info window open automatically?

Probably.  But it will depend on how you coded your map.
GEvent.trigger(gmarkers[0], "click");
works on most of mine...

  -- Larry

(if you provide a link to your map, as suggested in the posting
guidelines, we might be able to provide the "simple line of code" that
works for your map)

>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
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