Isn't this the same?
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/852a1913ef0790d3#

--
Marcelo - http://maps.forum.nu
--



On Feb 10, 12:48 pm, jey jey <[email protected]> wrote:
> Hi
>
> I have function like following in order to get the previous info box
> window based on some order.
>
> function myPrevClick(it)
> {
>         it--;
>         GEvent.trigger(gmarkers[it], "click");
>
> }
>
> There are 11 markers on the map. When the value ' t' becomes 0 and 10.
> the same info box window is opening.
>
> javascript:GEvent.trigger(gmarkers[0],'click') ;
> javascript:GEvent.trigger(gmarkers[10],'click') ;
>
> Could you please tell me why this is happening
>
> same info box window opening while we use the above commands :(
>
> thanks
> jobanhttp://phpqa.blogspot.com
--~--~---------~--~----~------------~-------~--~----~
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