Any reason to why the following code wont work when using IE?
<div id="fields3">Bla bla<input name='frakt' type='radio' class='rad' value='org' onclick="document.getElementById('levvy').innerHTML = '<p>Bla bla</p> <br /> <p>Bla bla</p> <br /> <p>Bla bla</p>'" /></div>
<p class="checkout" id="levvy">Blabla</p>
It works in all other browsers. It also works in IE if I remove the html-tags. Any ideas or alternative solutions?
<div id="fields3">Bla bla<input name='frakt' type='radio' class='rad' value='org' onclick="document.getElementById('levvy').innerHTML = '<p>Bla bla</p> <br /> <p>Bla bla</p> <br /> <p>Bla bla</p>'" /></div>
<p class="checkout" id="levvy">Blabla</p>
It works in all other browsers. It also works in IE if I remove the html-tags. Any ideas or alternative solutions?








