> You bring up something else I'd like to ask about; that window.onload > function. It is part of the phpBB3 code, not part of my code, and I'm > wondering how I can add my onload() call that loads the map to that > array.
http://www.google.co.uk/search?hl=en&source=hp&q=add+to+window+onload&meta=&aq=f&oq= > That would clean up my need for a 2nd body tag as well and help > me get the page XHTML validated. It's not so much about getting it validated, as getting it to work. Browsers only allow you one <body>, and its pot luck which one they choose to honour and which one to discard. If you're relying on something like an onload= within a <body> it ain't gonna work properly. > As for the using closure bit, you've lost me. :-) And as for creating > a createMarker function, I'll look into that, my code is getting out > of control and I need to simplify. http://econym.org.uk/gmap/basic1.htm http://econym.org.uk/gmap/closure.htm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
