Ajax Multiple Select Dropdown List Wiki
An AJAX script that can be used te create dynamically multiple Select
Brought to you by:
coursesweb
The Ajax Multiple Select Dropdown List can be used to create dynamically multiple Select lists with data from a MySQL table.
First, a single select list is displayed on the page, then when the user chooses an option, it calls an Ajax function that acceses a PHP file that will return a select list according to the option selected. The Ajax function receives and displays the second select list.
When the users selects an option from the second select list, this script can display a third list of options, according to the options selected in the first an second select lists.
Multiple Select Dropdown List with AJAX