Questions tagged [cascadingdropdown]

In graphical user interfaces, a typical collection of 'drop-down lists' or 'combo-boxes' which are connected in a hierarchical fashion. A well known example is a Country-State/Province-City combination.

A cascading drop-down is, in graphical user interfaces, a typical collection of 'drop-down lists' or 'combo-boxes' which are connected in a hierarchical fashion.

In a typical 3-control setup, for example, the values displayed in the third UI control depend on the selected value in the second control, whose available options in turn depend on the selected value of the first control. Whenever the first or second control changes its selected value, the dependent controls update their available options in response.

A Country / State-Province / City it is very well known example of this UI pattern.

496 questions
-3
votes
1 answer

Dependent dropdown list passing value in to another form

i am newbie in php ..i want to create dependent dropdown list from mysql database and want to pass those selected field in to another form .How to do that ?please give me an example with brief description.Every help is much appreciated ...
Mahin
  • 1
  • 1
1 2 3
33
34