How can I use XMLHTTPRequest to retrieve a google map?
I need to demonstrate how AJAX works with XMLHTTPRequest.
I have a key and everything.
There is some sample code here:
http://code.google.com/intl/da-DK/apis/maps/documentation/javascript/tutorial.html#api_key
But I am not sure how to change it.
Hints or guidelines are welcome. No need to post the result.
Do I need to create a proxy because of the same origin policy?