I am having following error when i open my site on IE 8,
Message: Object doesn't support this property or method
Line: 25
Char: 13
Code: 0
URI: mycode.js
mycode.js FILE CODE
var LstCompanies = Object.keys(msg);
if (LstCompanies.length > 0) {
any ideas