开发者

Javascript Runtime error in ASPX page

开发者 https://www.devze.com 2023-03-18 02:52 出处:网络
I got strange error when i run the .apsx page Error is below: \"Microsoft JScript runtime error: Unable to 开发者_开发技巧get value of the property \'addEventListener\': object is null or undefined

I got strange error when i run the .apsx page

Error is below:

"Microsoft JScript runtime error: Unable to 开发者_开发技巧get value of the property 'addEventListener': object is null or undefined"

I could not understand, why this error occur. How can i fix it plz help !


If you are using IE, than perhaps it's because for IE<9, you need to use attachEvent. https://developer.mozilla.org/en/DOM/element.addEventListener

0

精彩评论

暂无评论...
验证码 换一张
取 消