I am extremely new to computer programming, and I am in the process of integrating a GoogleMap with a wiki system (TWiki).
I have one GoogleMap built that creates its markers based on information that it gets from XML that is pulled from a MySQL database: http://pivcec.dyndns.org/geowiki/map/map.html When I click on a marker in this map, then it automatically opens a new browser window which performs a TWiki search, based on the latitide and longitude information that it has associated with that marker. This capability is associated with line 118 of that maps source code (http://www.pastie.org/368369). It is this capability which I have to figure out how to transfer to the following GoogleMap: http://pivcec.dyndns.org/geowiki/map/dynamic_map.html This GoogleMap is programmed to create its markers based on information that it gets from a GXmlHttp request that uses regexp to scrape "name","lat", and "lng", from text displayed on the following page: http://pivcec.dyndns.org/geowiki/twiki/bin/view/Main/report This capability is associated with line 56 of that maps source code (http://www.pastie.org/368368). Can someone please give me some tip as to how I may begin to transfer this capabity correctly? So far I just get the firebug error "return not in function" in regards to line 96. (I have two other firebug errors as well, but I believe that these are completely separate issues). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
