Different browsers parse the page in different orders.

In some browsers, your Tips code grabs the window.onload
        window.onload = function() {
          new Tips($S('map area'));

In some browsers one of your <body> tags grabs it
        <body onload="initialize()" onunload="GUnload()">
and your map gets displayed.


Note also that MSIE can behave somewhat unpredictably when you have more
than one <body> or DOCTYPE or <html> or <head>, or <a> tags that have no
</a>.

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to