Set div innerhtml to source that contains table
Posted
by lolla
on Stack Overflow
See other posts from Stack Overflow
or by lolla
Published on 2010-06-10T12:02:27Z
Indexed on
2010/06/10
12:13 UTC
Read the original article
Hit count: 152
Hi,
I thought what I was trying to do is quite simple, but apparently nothing related to IE is ever simple.
I'm using this with javascript and ajax - document.getElementById("calender").innerText=mypostrequest.responseText
it works fine in ff and IE7, but not IE8. I suspect it's because the text contains a table, since I have tested it with other text. I cant replace the table. Is there any way to get around this?
© Stack Overflow or respective owner