Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

When click on some webpages, the following script error shows.i downloaded smith cart shopping cart module and installed it ANd try to open its category page. then this script error shows. i am using IE8. when opening some other webpages also, this script error shows. can anybody have a solution....
JavaScript
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)
Timestamp: Mon, 10 Jun 2013 10:57:19 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/dnn/Store/tabid/91/ctl/ManageCategories/mid/471/Default.aspx

can anybody help me to resolve this?
Posted
Updated 10-Jun-13 20:18pm
v2
Comments
Show some code.
Ahmed Bensaid 11-Jun-13 4:54am    
Example: call document.body.appendChild when the page has not loaded.

Need to call javascript when the page is loaded, example:
document.body.onload = function()
{
document.body.appendChild(...)
}

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900