i have two combo boxes,
combo box1 has numbers (one,two,three,four).
and combo box2 has (red,green,yellow).
now if i select "one" from combo box1, then only "red" and "yellow" should appear in combo box2,
but if i select "two" or "three" or "four".. all the three "red","green","yellow" should appear in combo box2..
the bottom line is i need to add and remove item from a combo box dynamically using
java script function in a
jsp.
can someone help me on this,
i googled a lot but couldn find a solution.
[ October 22, 2007: Message edited by: Bear Bibeault ]