IE 8 html parsing error message.

Posted by user48408 on Stack Overflow See other posts from Stack Overflow or by user48408
Published on 2010-05-11T11:09:16Z Indexed on 2010/05/11 11:14 UTC
Read the original article Hit count: 258

I'm experiencing the problem outlined in this kb article. http://support.microsoft.com/kb/927917 . Sorry I can't hyperlink cos i don't have enough points!

"This problem occurs because a child container HTML element contains script that tries to modify the parent container element of the child container. The script tries to modify the parent container element by using either the innerHTML method or the appendChild method."

The problem I'm having diagnosing the source of my problem is 2 fold: 1) This is only happening on some client machines (All are running IE8) and not others. How/Why only some? 2) I don't have any scripts which modify the innerHTML or call appendChild on any dom elements.

I do have server side code which modify properties on asp .net server controls. (Essentially all thats happening is a panel control with some more controls is being made visbile or invisible on a button click), would these in turn then set the innerHTML property of the client rendered control(?)

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about .NET