Wasn't it Widgets who wrote: > >If it is in the header, you have to certain functions within an >overall function to be called on load in the body. <body >onload="functionname()">
Try to avoid defining one function inside another, because that makes it a local function, not available in global context. In particular you can't call it from HTML onclicks. See: http://econym.googlepages.com/basic5.htm -- http://econym.googlepages.com/index.htm 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 -~----------~----~----~----~------~----~------~--~---
