Tuesday, January 31, 2017

javascript error object doesn't support property or method

This is generic JavaScript error, encounter in internet explorer (IE)

we will encounter this type of errors mainly when we have declared our html ID  and java script variable name as same. and using both in same function.

check this kind of scenarios and correct it, this will resolve your issues.

No comments:

Post a Comment