Sep
17th
Posted by Ajax Lady

Autosuggest / Autocomplete with Ajax
In the text field the popdown menu of suggested values added by the AutoSuggest class.
In the text field the popdown menu of suggested values added by the AutoSuggest class.The user can navigate the suggestion box by using up down arrows and by clicking on the suggested value the user can add that value into the text box. The values for the suggestion list are to provided as XML by a PHP script, or similar.
For more efficiency the user requests are cached on the client side, to reduce the number of requests hitting the server.
