On Mar 24, 10:51 am, Ash <[email protected]> wrote: > Hello > > Thanks for reply. I am facing one strange problem. I followed your > article > > http://maps.huge.info/blog/2006/10/retrieving_data_using_our_prog.html > > I added
http://maps.huge.info/zipv0.pl?ZIP=32750. > > I am using same syntax in my page, it is working in my networking > environment, but whenever I try to access it from outside of the > network it gives me javascript "Permission Denied" on following line > > request.open("POST", "http://maps.huge.info/zipv0.pl?ZIP=32750", > true); > > Any suggestion That is the cross-domain security restriction on xmlhttp. You need to either: 1. use a proxy so the browser sees the data as coming from your server (if this is a production site, you should get permission from John to use it also...) or 2. put the script and data that drives it on your own server. -- Larry > On Mar 24, 10:21 am, "Maps.Huge.Info (Google Maps API Guru)" > > > > <[email protected]> wrote: > > Try this one: > > >http://maps.huge.info/zip.htm > > > or this one: > > >http://www.usnaviguide.com/zip.htm > > > or this one: > > >http://maps.huge.info/zipcolors.htm > > > or even this one: > > >http://maps.huge.info/zipv0.htm > > > -John Coryat > > >http://maps.huge.info > > >http://www.usnaviguide.com- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
