I think what you need is a service that gives you the zip code list in a city. As far as I know, Google Map API does not provide this function, but there are several other resources meet your requirement, such as geoNames or dyngeometry. Take a look at this:
http://www.dyngeometry.com/WebServiceV2/GeometryInfo.asmx?op=GetCityNeighborZip http://www.dyngeometry.com/web/Address.aspx You need ajax or json to call the service if you don’t want your page refresh. Hope this is helpful and good luck! On Aug 24, 12:07 pm, Ogún Niké <[email protected]> wrote: > Hi all, > I'm totally new to the API so please pardon any ignorance here. I've > searched to see if I could answer my own question but no luck... > > I have a form wherein a user will input an address consisting of > street address, city and state. I need my form to auto-populate the > zip code, ideally without submitting or refreshing the page. This > will, in turn, trigger other values on the page (zone number and > related fees for transport.) In other words, as Form.City field gets > onChange, Form.ZipCode will be populated. > > Is this possible? Please advise. Many thanks! Ogún. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
