|
Dynamically changing the display
Hi
In my jsp page i m using a select with 3 options which are fixed..
On the same page i m having 3 div tags.. whose display is previously none.
Now i want to display only single div depending upon the selection of option in select box.
Means when user selects 1st option..display any one div..
when he select the other option the first displayed div should be removed and displayed another div on same place..
how to do this..
byee
|