
07-28-2009
|
|
|
|
Re: Site Crashes in IE
Hi,
The solution is in this article:
927917- Why do I receive an Operation aborted error message when I visit a
Web page in Internet Explorer:
http://support.microsoft.com/kb/927917/
Brief excerpt:
[quote] This problem occurs because a child container HTML element contains
script that tries to modify the parent container element of the child
container. The script tries to modify the parent container element by using
either the innerHTML method or the appendChild method. [end quote]
Hope this helps,
Don
[MS MVP- IE]
"benrud" <benrud@discussions.microsoft.com> wrote in message
news  E2BD6B6-70AE-4DE3-B0A4-D8FAC57867D1@microsoft.com...
> Hello Everyone,
>
> I get the following error when I try to view my site it IE
>
> User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0;
Trident/4.0;
> SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.30618; .NET CLR
3.5.30729)
> Timestamp: Tue, 28 Jul 2009 01:18:49 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://charitystudentinvestmentproject.com/
>
>
> It works fine in Chrome, Firefox and Safari.
>
> Any ideas?
> Thanks,
> Todd
>
|