On Mar 22, 1:53 pm, Jesse <[email protected]> wrote: > Ross, > > I replaced the <p> tags in my HTML with <br />, since that's all I was > really using them for. No improvement. It still has the same behavio(u) > r even if I put a simple constant piece of text in there. > > I will deal with GUnload later - the body tag is in a template that's > used across the site and so I'll have to rebuild the whole site and > make sure it works after I modify it.
Why don't you use window.onunload = GUnload on the page(s) that has the map on it? -- Larry > > I guess I'll keep puzzling over it ... > > Jesse > > On Mar 22, 3:31 pm, Rossko <[email protected]> wrote: > > > > > Why have you destroyed the API's GUnload() function? Be kind to your > > > > visitors and put it in the body unload event! > > > > I also commented out the empty overload of the GUnload function. > > > Still not calling it on body unload though? > > > For infowindows, how about invalid HTML? This is in your XML parser - > > var html = name+"<p>"+address; > > so far as I can see no </p> is ever added > > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
