pelegk1
06-23-2003, 07:14 AM
i know how to make 2 boxes, that 1 drop box is being change,then the data of the second drop down box is changed too!!!
but this demands always run in a loop on an array or a list and update the cond drop down box!
i understand that it's possible to change the second drop down box in more simpler way
in which there is a whole prepared in advance list
that appended to the second box dynamiclly on changing
withought going all over a list or aray of data
does any 1 know's how to do it?
part of the code is doing something like this :
sub.options[nOption]=new Option(SubList[i].description,SubList[i].nvalue);
thanks in advance
Peleg
but this demands always run in a loop on an array or a list and update the cond drop down box!
i understand that it's possible to change the second drop down box in more simpler way
in which there is a whole prepared in advance list
that appended to the second box dynamiclly on changing
withought going all over a list or aray of data
does any 1 know's how to do it?
part of the code is doing something like this :
sub.options[nOption]=new Option(SubList[i].description,SubList[i].nvalue);
thanks in advance
Peleg