I\'ve got a script that inserts some content into an element using innerHTML.
innerHTML
The content could for example be:
scriptNode.innerHTML = code didn't work for IE. The only thing to do is replace with scriptNode.text = code and it work fine
scriptNode.innerHTML = code
scriptNode.text = code