When using innerHTML to insert xhtml IE5+ mangles the xhtml completely.
For example it removes the quotes from attributes. It also does other
ridiculous things like on a <div> it will insert the enbedded
style="DISPLAY: BLOCK"! This is a documented feature you can find in
msdn.
Is there a way to disable this quite appalling feature?
Comment