Thank you! The WINDOW_HTML is what resolved the problem. I am still curious why it worked with the form, then did not when I removed it, but good for now. Thanks again.
On Jan 30, 4:06 pm, "warden [Andrew Leach - Maps API Guru]" <[email protected]> wrote: > 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 themapwon'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 -~----------~----~----~----~------~----~------~--~---
