My quick test showed that using chart.apis.google.com instead of
www.google.com does indeed work.

- basic HTML page
- served up by IIS on an XP machine using http://localhost/maps/chartTest.html
- body of the page was:

<img src="http://www.google.com/chart?chst=d_map_pin_letter&chld=A|
FF0000|000000" />

<img src="http://chart.apis.google.com/chart?
chst=d_map_pin_letter&chld=A|FF0000|000000" />

HTTP request for the first image returned a 404 while the second
returned a 200.

Thanks for the help/clarification, Roger!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Chart 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-chart-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to