I'm dynamically creating a select node with option nodes inside. The code works fine in FF & IE8.
But it refuses to work in IE8 in quirks mode or ie7 compatibility mode. And it refuses to work in IE6.
The option nodes do get added to the DOM.
Example code is http://jsfiddle.net/jKmh4/3/
Does anyone know how to trick ie into rerendering part of the DOM ?
The issue is with calling the AddListItems function via a click event rather then calling it directly.