In my HTML page, there are two Combo Boxes. When I select any value in the First combo box, i want put the related values of that first combo box selected value. how to write the code in Servlets ? help me out Thanks in advance sudheer
Originally posted by k sudheer: In my HTML page, there are two Combo Boxes. When I select any value in the First combo box, i want put the related values of that first combo box selected value. how to write the code in Servlets ?
You can't. JavaScript will do the job though. - Peter