IE8 display error related to function clicky_gc
-
my wp blog is not displaying correctly in IE8 (note: the site displays correctly in FireFox). the posts are not displaying correctly on the right hand side of the page underneath the header image, and instead are somehow being displayed as part of the left sidebar at the bottom (truncated).
when i track the error message from IE8 back to line 575 where it says the problem is occurring, it appears to be part of the javascript for the function clicky_gc. i’m not sure what the issue is and was hoping someone can help get this figured as soon as possible.
here is my website: https://royalbouquetflorist.com
here is the IE8 error that is reported:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SearchToolbar 1.2; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Zune 4.7)
Timestamp: Tue, 8 Mar 2011 11:58:56 UTCMessage: Object doesn’t support this property or method
Line: 575
Char: 4
Code: 0
URI: https://royalbouquetflorist.com/here is the code from viewing source lines 571-583 (note I’ve bolded linke 575 that is reported by IE8 to be the problem line):
<!– Clicky Web Analytics – https://getclicky.com, WordPress Plugin by Yoast – https://yoast.com –>
<script type=’text/javascript’>
function clicky_gc( name ) {
var ca = document.cookie.split(‘;’);
for( var i in ca ) {
if( ca[i].indexOf( name+’=’ ) != -1 )
return decodeURIComponent( ca[i].split(‘=’)[1] );
}
return ”;
}
var clicky_custom_session = {
username: clicky_gc( ‘comment_author_e7a56c3d2633e75e56299c9986409fd0’ )
};
</script>
- The topic ‘IE8 display error related to function clicky_gc’ is closed to new replies.