|
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 |