| Author |
Dropdown values for JSP
|
p s kk
Greenhorn
Joined: Sep 27, 2010
Posts: 1
|
|
HI friends,
I need your help. I am new to jsp. here is my question
I have a JSP page with a drop down box. When the page first loads it gets data from server and loads the drop down box. The user selects one value. Based on this value, the second drop down box will show relative option.
For eg: the first Drop DOWN has the following entries.
Value 1
Value 2
Value 3
if the user selected Value 3 in the first drop down, it should show another value in the second dropdown
Thanks in advance for your help.
sri
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
|
|
Not really a JSP question as the most common solution uses JavaScript and Ajax. This is also a common question that gets asked often. Please SearchFirst.
I have moved this to the HTML forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Dropdown values for JSP
|
|
|