dynamic filling of second combo box on selection of first combo box topic
I want to make multiple combo boxes in a jsp page,
when I select first combo box value then according to selected value in first combo box ,second combo box will be populated from the mysql database.ex.if I am selecteing state from first combo box then according to selected state in second box city will be populated dynamically...
all should be done in servlet/ jsp.
please make a simple application for example code...
thank you..