On Oct 18, 5:59 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > And here is an error for retail5.htm > Error: esasZoomOut is not defined > Source File:http://hardins.com/retail5.htm > Line: 202 I think this is due to javascript scope -- the setInterval() function cannot see the function esasZoomOut() because it's defined within the block if (GBrowserIsCompatible()) { } I suggest moving all global variables and function definitions in your script to be before the statement if (GBrowserIsCompatible()) {
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
