xsdb: AJAX zip-code type ahead "completion" example

This demo page implements a simplified "type ahead completion" AJAX application for zip code information. The completion is implemented by sending xsdb queries to a server component which responds to the queries with matching zip codes, states, cities and counties. The completions will only be listed when there are fewer than 20 alternatives.

The raw interface displays the xml messages sent between the server and the client.

The sourceforge xFeed documentation explains how to download the software to implement pages like this, and how the page works. The page has been spiced up with an interface to the Google Maps API for fun ;c).




ZIPCode CityName CountyName StateName AreaCode
eg: 089 eg: buttz eg: hai eg: am eg: 684

Type in prefixes into the fields above to get suggested completions

Return to index.