Your GDownloadUrl() bit is working fine. It simply sends a request to a URL like
http://www.mtnforum.org/temp/gmapsprocdata.cfm?name=abc&address=def&type= restaurant&lat=37&lng=-122 the server at that URL sends back response code 500, which means "Internal Server Error" It looks like your server is expecting a &sitToRpt parameter, but your GDownloadUrl code sends &type instead. TRy changing the code of onbe or the other so that they agree about the parameter names. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
