code:function ClearCombobox(){ for (i=0; i < window.Combo_GetCount("combobox"); i++){ window.Combo_RemoveItem("combobox", i); } }