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
joban
http://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
-~----------~----~----~----~------~----~------~--~---