On my website there is a situation where I need to append new < //option> tags to a specific selection box. I am doing the following:
1.Make an ajax request which
http://support.microsoft.com/kb/276228
It's a known issue in IE. Sorry for wasting everyone's time, long story short options.innerHTML is buggy. The work around Microsoft suggest is wrapping your tag in a tag. Then you can use the div.innerHTML to change the code.
var x ='\n'; x +='MVR Only(FTE)\n'; x += '\n'; IEFix.innerHTML = x;