javascript中的html表 [英] html table in javascript

查看:64
本文介绍了javascript中的html表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

如何在javascript中获取html表单元格值.

Hi All,

How to get html table cell value in javascript. and how to pass the html cell value in web service method.

推荐答案

希望 ^ ]帮助.



谢谢您的答复.

我需要获得td值.我使用这样的代码
hi
thank you for ur reply.

i need to get td value. am use code like this
var elTableRow = document.getElementById("tr1");
      var elTableCells = elTableRow.getElementsByTagName("td");
      alert(elTableCells[3].innerText);



但是返回的值是不确定的.你能告诉我wat是错误的.为什么那个值会这样返回.



but returned the value is undefined.can u tell me wat is error.why that value return like that.


这篇关于javascript中的html表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆