see http://econym.org.uk/gmap/ and code samples on http://code.google.com/apis/maps/documentation/index.html for examples
You will run into trouble with your page as it has two <heads> and two <bodies> - a serious no-no! Put the contents of your second <head> in the first <head> and merge the second body into the first one - ensuring that the 'onload="load()" onunload="GUnload()"' is still in the <body> tag. Put the page through a http verifier (e.g. http://validator.w3.org/ ) to make sure it is OK! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
