Read this:
http://support.microsoft.c
There are some suggestions there on how to fix it (examples included)
Main Topics
Browse All TopicsHello,
I'm using a template in Joomla which has allot of JS through it, I am receiving the below error and not sure where to begin looking for the problem, any thoughts?
Webpage Script Errors
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GoogleT5; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Timestamp: Fri, 5 Dec 2008 20:02:08 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://92.65.62.41:8020/fo
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Read this:
http://support.microsoft.c
There are some suggestions there on how to fix it (examples included)
@MM
un -mm
pw - testing
I think one of the errors is derived from the attached document. Line 74 char 3, but not sure how that needs to be edited. You can view this error by going to the forum; my biggest error is when you select documents, IE7 will close the site because of that child element editing problem; I'm in deep sh'double hockey sticks' if I can't resolve, your help is very much appreciated.
I experienced this type of error and found out that it was related to some part of javascript that was being executed on that page.
Typically you will have a <SCRIPT type="text/javascript"> type block placed somewhere within the body of your page. If your script tried to append something to an element in the page that was not the parent of the script block, then you would get this parsing type error. Either you have to delete the javascript script block to rectify the initial site not loading problem, then troubleshoot it by finding out which part of the javascript is trying to manipulate the elements in the page - in my own case, I had to move the script block so that the parent became BODY and not the div that it was originally enclosed in.
sorry for taking so long to get back to you on this.
The only javascipt i have in the page is lightbox.
I have a contentplaceholder within my head tag to allow me to dynamically add different things to the head tag per page, in this case my lightbox js includes.
This is the problem but it doesnt seem to matter how i add them to the contentplaceholder i get the proble.
If i remove them the page loads fine......
how can i work around this?
Your site url doesn't load, and it is a bit difficult to troubleshoot something without seeing the example page in action to probe the code further.
From what you describe, the problem is not likely going to be the contentplaceholder that dynamically loads js into your head element, rather it will be the specific javascript you are loading into the page that is conflicting with the layout of the rest of your page. For example you said you were using lightbox, try loading a different javascript into the page and see if it still gives you a problem - if it doesn't then you know the conflict source is in the lightbox script, in which case you either find an alternative lightbox script or you post a test page so we can figure out where the conflict is happening.
Business Accounts
Answer for Membership
by: MMDeveloperPosted on 2008-12-05 at 12:09:47ID: 23108240
chances are, a javascript routine is running a little too 'early'. I tried to visit that URL you posted but it prompts for a login (and that page doesn't have any JS errors on it).