I got something to add here as well:
On every MSDN page I get a javascript error:
Line: 163
Error: Permission Denied
Which is:
oInput.load(sContentID);
Comes from:
function GetRateID(sContentID){ oInput = document.getElementById("RatingsStatus") oInput.load(sContentID); oInput.value = oInput.getAttribute("Rate"); }
I already got used to clicking No each time the error comes, but I want this fixed
or tell me what I have to change at my pc to get it fixed (is it a cookie issue?)
Tnx