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
sharing some tech problems and soln
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
Posted by Sajjad at 11:12 pm
Labels: IE, javascript
No comments:
Post a Comment