AJAX Auto-Population Form
by Tahoe Designer on May.05, 2008, under Design, Website Design / Web Development
Here is an example of an auto-population form using AJAX to query an XML document with a prescribed list of possibilities to choose from. You could just as easily query a database. The purpose is to create a better interface and user experience when using search forms.
Below is an example of an auto-complete feature that can be used in HTML forms. It utilizes AJAX to query a name list based on the characters that are entered into the form field.
NOTE: The database to post the task is not connected. This only a demonstration of the interface to auto-populate form fields based on user interaction.
Leave a Reply
You must be logged in to post a comment.
