I have a multiple select list that is created dynamically based on a
previous selection on an asp page. The first thing I do is to clear
the curent option list by
document.form1. itemcross.lengt h = 0;
The only problem is that it leaves the optgroups. How do I also get
rid of the optgroups?
Thanks
BrianD
previous selection on an asp page. The first thing I do is to clear
the curent option list by
document.form1. itemcross.lengt h = 0;
The only problem is that it leaves the optgroups. How do I also get
rid of the optgroups?
Thanks
BrianD
Comment