if(selectedItem == "Box A - Item 2"){
var i = 2; // 2 being the 3rd value in boxB_cb *note indexes start counting at 0
boxB_cb.setSelectedIndex(i);
Why doesn't it work if I use 0 in the place of 2 for the var i?
|
Results 1 to 16 of 16
Thread: Major Combo Box QuestionThreaded View
|
Click Here to Expand Forum to Full Width |