PHP Tutorials
Home
PHP
PHPphpAjaxTags
The ajax:select tag allows one to retrieve a list of values from a backend servlet (or other server-side control) and display them in another HTML select box.Here, the example asks the user to select a make from a list of car makers. Once selected, the XMLHttpRequest object calls a servlet to retrieve all models for that make, which are then populated in the second dropdown.
Read Article
Sponsored Links
Read Article
Sponsored Links
Read Next: Using Ajax Agent and PHP for Auto-Complete
Related Topics
Sponsored Links
