Sign in to follow this  
abhidev

IE error

Recommended Posts

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this