Purpose: Generate two dependent HTML form select inputs
The Basic requirement for me to write a class of this kind is to avoid the page reloading time, when the currently selected value on the first dropdown determine the option values that are made available on the second dropdown.
When the page needs to be reloaded it is not pleasant for the users to wait until the page reload is complete, especially when their Internet to the server is slow.
So what this class does is to generate Javascript code dynamically by fetching the select input option values from a database table and switch them when the user changes the parent select input.
The class has two basic functions where one is responsible for querying the database and other is responsible for generating the Javascript code.
There is also a function which is responsible for generating the HTML code for the select input.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (90.0%) |
Good (85.0%) |
Sufficient (70.0%) |
Good (80.0%) |
- |
- |
Sufficient (68.5%) |
206 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| Class: Cascade Dropdown 3 Levels |
The Class can be used to Fetch the record from the database and load it in 3 different list boxes, where are the Values of the child will be depended to the Parent... |
| Link |
Description |
| Demo |
Demo |

If you know an application of this package, send a message to the
author to add a link here.