childNodes not working in Firefox and Chrome but working in IE

前端 未结 8 1946
太阳男子
太阳男子 2021-01-06 07:41

I have a gridview in its 3rd cell, there is textbox control, I am calling javascript function on onchange.

Can some body tell me why this is not working in Firefox a

8条回答
  •  借酒劲吻你
    2021-01-06 07:57

    try getElementsByTagName() instead of ChildNodes. it will be working for FF , chrome and for IE as well.

提交回复
热议问题