Forum Moderators: open

Message Too Old, No Replies

IE 7/8 Operation Error In XP/Vista

IE operation errors occuring on load of this webpage i'm working on

         

tw0manri0t

6:28 pm on Nov 21, 2008 (gmt 0)

10+ Year Member



Hey Guys,

I have been working on this site and everything is all good in Firefox and Chrome but in IE 7/8 I'm getting an odd operation error that is causing the page to load incorrectly. I've tried to debug and run code tests, but I can seem to fix the issue. Any help would be much appreciated.

<snip>

Its all running through Wordpress Mu as well, but I feel like that should be the issue.

Thanks again.

[edited by: engine at 6:30 pm (utc) on Nov. 21, 2008]
[edit reason] No urls, thanks, see TOS [/edit]

tw0manri0t

5:18 am on Nov 22, 2008 (gmt 0)

10+ Year Member



Here is the error i'm receiving -

Webpage Script Errors

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Timestamp: Sat, 22 Nov 2008 05:17:13 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: *****

tedster

5:28 am on Nov 22, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello tw0manri0t, and welcome to the forums

This sounds like a script problem. Check to see if you are running a script within an element that has instructions to to modify one of its parent - or ancestor - elements. It could be as simple as a previous element that is missing its close tag and IE's error recovery doesn't patch up that problem. So the unclosed element becomes an accidental containing element for the script.

It's been a bugaboo in IE for quite a while. You might first want to check the W3C Validator for HTML [validator.w3.org], just to be sure about closed tags.

tw0manri0t

5:50 am on Nov 22, 2008 (gmt 0)

10+ Year Member



I have checked through the validator and although there are some random errors the only one that jumps out at me is this

Line 494, Column 14: there is no attribute "onClick".

<p><a onClick="toggle3('menu1Image','menu1List');"><img id="menu1Image" src="htt

&#9993;

basically i need this there as it toggles to show more text or hide text. could that be the issue? and how could I fix it?