sorry to wake up this thread again... I've been unwell recently... Thanks Ross and Mike for the help...
I have a javascript debugger now.. theres only one more issue to solve (hopefully)... that of the _IG_FetchXmlContent(url, _IG_Callback (handleFetchContent, city)); line this, I believe, should be replaced with GDownloadUrl, but not quite shore how to call the handleFetchContent method as is done here: (url, _IG_Callback(handleFetchContent, city)) heres the link: www.iborough.co.uk/tourfilter.html Thanks Yasir On Apr 4, 7:49 pm, Rossko <[email protected]> wrote: > > No, _gel() is a Google Gadget API function which is just a shortcut for > > document.getElementById(): > > Brilliant, no wonder I couldn't figure out quite what was supposed to > be doing! > > > You can provide your own implementation for the Maps API: > > > function _gel( id ) { return document.getElementById(id); } > > Yasir, reverse the changes I suggested and do what the man says, it'll > be quicker overall. > And this part - > > > For the sync vs. async API issue, the cleanest way to deal with it is to use > > GAsync().... > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
