Unable to modify the parent container element before the child element is closed (KB927917)
又漲見識了
IE8報下面錯誤,而且是我的機器不報,同事的機器報,試了4臺,兩個報,兩個不報,IE版本都一樣,沒想明白 解決:1、查看是否有未關閉的html標簽,比如<table>而沒有</table> (我就是這個原因) 2、是否在頁面未加載完前js代碼操作了body里的元素,將相關js代碼移到</body>后面 網頁錯誤詳細信息 用戶代理: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0) 時間戳: Wed, 14 Apr 2010 08:33:56 UTC 消息: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) 行: 0 字符: 0 代碼: 0 URI: http://support.microsoft.com/kb/927917 |