Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi All,

recently I have upgraded my browser to IE11 from IE8. My application was working fine in IE8/IE9. But when I try to run it in IE11 I am facing below JS error. can anyone please help.

JavaScript runtime error: Unable to get property 'value' of undefined or null reference

Thanks!!
Posted
Comments
Mohibur Rashid 20-Apr-15 0:53am    
say, you are trying to access something like below:
anObject.value;
here the object: anObject is null.
Thanks7872 20-Apr-15 1:22am    
You should post this as solution. This clearly answers the issue.
upendra shahi 20-Apr-15 1:32am    
http://stackoverflow.com/questions/18124574/script5007-unable-to-get-property-value-of-undefined-or-null-reference
Stephen Hewison 20-Apr-15 3:29am    
On what line are you getting the error? Use the browsers developer tools to find the error. A number of things changed from IE8 to IE11. Without providing the error line we cannot tell you the cause.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900