1. You use var map = new GMap(document.getElementById("map"));
but you have no <div id="map">

2. You use <body onload="load()"> but you have no load() function.

3. Not a good idea to use <svg> without checking whether the browser 
supports it.

4. Not a good idea to have more than one <body>. Firefox can cope with 
that, but MSIE may not like it when you get that far.

5. You have more <div> tags than </div> tags. Firefox can cope with 
that, but MSIE will probably crash when you get that far.

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