> Here is the website:http://www.jahoog.org/maps/test-submit.html

You declare a global variable 'map', but your initialize() function
doesn't use that, it creates a new local var map=...
When showAddress() runs later, the real local 'map' is no longer
available, only the global one which is still null.
http://econym.org.uk/gmap/scope.htm

IE8 probably doesn't like the lack of a </head> tag, or possibly the
lack of <tr> in your table.
--~--~---------~--~----~------------~-------~--~----~
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