abhidev Report post Posted May 5, 2010 Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Wed, 5 May 2010 12:26:02 UTC Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) Line: 0 Char: 0 Code: 0 URI: http://localhost:8080/sites/in.com/summary This is the error I am getting in IE8. Any solutions for this as i read in some forums which say that .innerHtml is causing the problem. Please help...need to fix this issue as the site is live. Here is the forum link: http://support.microsoft.com/kb/927917 Share this post Link to post Share on other sites
shamasis Report post Posted May 5, 2010 This is a fairly common DOM update script logic issue faced by JS developers for IE. This can be easily resolved. Have a look at: http://www.fusioncharts.com/forum/Topic26107-43-1.aspx http://www.fusioncharts.com/forum/Topic20177-15-1.aspx http://www.fusioncharts.com/forum/Topic19585-40-1.aspx http://www.fusioncharts.com/forum/Topic10532-17-1.aspx Share this post Link to post Share on other sites
abhidev Report post Posted May 6, 2010 Hi shamasis, Thanx for ur reply. To solve this issue i moved all the rendercharts js code in the $(document).ready block. This made the charts visible as previously they were not visible. Now IE8 is showing an error in the Fusioncharts.js. Please refer the new topic i hv posted. Share this post Link to post Share on other sites
shamasis Report post Posted May 6, 2010 That is sad! I will have a look at that post. Also, it seems that you are using jQuery in your page! Why don't you give a shot at the new FusionCharts jQuery plugiin? Share this post Link to post Share on other sites