Forums

Javascript Error IE8 + compatibility view

Joene1984 16 Dec, 2010
Hello All,

When i open my page in IE8 or IE8 whith compatibilty view, where i added an chronoforms form, i got the following Javascript Error:

Webpage error details

User Agent: 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; InfoPath.2; Media Center PC 5.0; SLCC1; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C)
Timestamp: Thu, 16 Dec 2010 09:57:10 UTC


Message: Object doesn't support this property or method
Line: 59
Char: 102
Code: 0
URI: http://www.gp-elite.nl/media/system/js/mootools.js


The form wil be submitted, but my siteowner is complain about the errorsign. How can i solve this problem?
GreyHead 16 Dec, 2010
Hi Joene1984,

I think the error comes from this line
document.getElementById('check30').parentNode.parentNode.style.display = "none"; 
I guess this is some left over Form JavScript as there isn't a check30 in the form I found here??

Bob
This topic is locked and no more replies can be posted.