Hi guys,
I have two select boxes (available products and selected products). The use moves the items from one listbox to another. This works fine but in IE when i do a .remove(selectedIndex) (Javascript) on the option they selected the selectedIndex of that box gets set to -1. I want the listbox to remain in the same position but just remove the product they selected.
I have also tried
listbox.options[iProductIndex] = null;
This behaves the same.
Any help would be greatly appreciated.
Regards
Sam