I am writing a Web Application in ASP.NET using C#. Whenever I run it, I get three types of Runtime Javascript Errors.
My Problem is that even though I am running a new Web Application with out any modification, then I also get the same errors.
These are the errors:
Microsoft JScript runtime error: Object doesn't support this property or method at
document.addEventListener("mousemove", updateLastMouseMoveCoordinates, false);Microsoft JScript runtime error: Object expected at
divSurveyInit();Microsoft JScript runtime error: Object doesn't support this property or method at
document.addEventListener("mousemove", updateLastMouseMoveCoordinates, false);