摘要:
This is how I accomplished reading a table in javascript. Basically I drilled down into the rows and then I was able to drill down into the individual cells for each row. This should give you an ideavar oTable = document.getElementById('myTable');//gets tablevar rowLength = oTable.rows.lengt 阅读全文
posted @ 2013-04-24 21:18
Danny Chen
阅读(190)
评论(0)
推荐(0)