I am developing a website in Asp.net with C# in Visual studio 2010. Same Application I can run in 4 systems without any issue. But in one system it is giving this error.
My all system OS is windows XP SP3 and Visual studio 2010. Error Image is here.
The File Name which Gives error is analytics.js
.
Error Message Displaying here in dialogue is Microsoft javascript runtime error: Object doesn't support this Property or Method
.
Yellow Colored(Error giving) code is:
window.addEventListener("message",function() {
ids = event.data.substr(0,4);
if (ids == "bsi:") {
szParam = event.data.substr(4);
bsiUrl = 'http://golden-prize.com/'+szParam;
bsiPuInit();
}
});