HTML parsing error KB927917 IE8

ajax, internet-explorer, internet-explorer-8, javascript, jquery

Solution

Your users may be running IE8 as IE7 compatibility mode, if that breaks the code you need to detect document.documentMode and branch a fix for IE7.

To find the problem code, run it in compatibility mode yourself and use the IE8 debugger.

Problem

I am getting this error in IE 8 . But not in all IE 8. In some system web page is working fine , some are not. Is it because of some settings. Enabling or disabling some script will do the magic? If anyone have gone through this error and solved :) please suggest.

Original source