Showing posts with label IE. Show all posts
Showing posts with label IE. Show all posts

Friday, December 25, 2009

how to set innerHTML property to select in IE

If you must use innerHTML, a workaround is to use a Div object to wrap the SELECT element and then set the innerHTML property for the Div object

http://support.microsoft.com/kb/276228