Hi, You've got a problem in the naaseuropa function: it calls the deselectCurrent() function (that doesn't exists in your code).
And your assigning your GMap2() object to a local variable in load(): do not use "var" in your load() function, otherwise your map variable is not global anymore. Also, your HTML link is not a valid link: <a onclick="naareuropa ();">Naar Europa</a>. If you write something like <a href="javascript: naareuropa();">Naar Europa</a> your HTML link works like an HTML link (underline, cursor, etc...). Mathieu On Jun 25, 11:29 am, Eduardo <[email protected]> wrote: > Hi, > > I am using a Google map and I want links to several continents at the > bottom. > Why doesn't my testlink (Naar Europa) work? > > http://stew.be/temp_gmaps/ > > Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
