On Jan 30, 10:25 pm, MDD <[email protected]> wrote: > Could someone assist with where the error lies please? I'm sure it is > something simple - I am not seeing it. I am not that familiar with > Google Maps.
<body bgcolor=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 onLoad="init(); initialize()" onUnload="GUnload()"> Where is "init()" defined? calendarpop.js which you have removed? You have a function initialize() but the code chokes at not finding anything called "init". Actually in your working page, the constant WINDOW_HTML is not defined, so the map won't open the infoWindow. Do check your page in Firefox or Chrome and use the Javascript Error Console (and/or Firebug in Firefox). Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
