Your "js/map.js" file is an html page in it's own right resulting in
an html page within an hrml page - a serious no-no for IE - Firefox is
more forgiving.
Remove the <html> <head> & <body> tags and balancing </...> tags and
try again!
Oh! If you looked in the javascript error trace you will find that
round about line 408 you have a reference to
var omap=document.getElementById("map_overview");
I can't find a reference to a DOM element named "map_overview" so
omap is null!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---