I have this line of code, but it seems internet explorer does not recognize the 'remove' function.
this.options[this.selectedIndex].remove();
error says 'Object does not support remove function', any idea how to do this in IE?
note: this=select element and it works both in Firefox and Chrome