Wasn't it Timon who wrote: > >FF 3.0.4. Do not use venkman ( guess that is a add-on?) >I thought the code was incorrect and that is the reason why it was >skipped..:-) > > >Took out the part that I have questions about btw. I am able to >distill the data from the url. that is the MarkerID and MapId and >contain in in two vars. But I am not able to use the openInfoWIndow >(mapID,MarkerID) function. Even combined them in a var Pair. so I >could use openInfoWIndow(Pair). > >Tried GEvent.trigger(openInfoWindow[pair]),"click"); But can't get >it to work.
The version of the code that you linked to doesn't do any of that. It doesn't do anything with "pair" even if the code would ever get that far, and rather than having an openInfoWindow array its openInfoWindow variable is a function. So it's difficult to guess what you're doing wrong in the rewritten version. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
