This is how I consummate reading a table in javascript. Basically I study down into the rows and then I was able to drill down into the individual cells for each row. This should give you an idea.
Roll | Name | City |
---|---|---|
101 | Sona | Varanasi |
102 | Mona | Chandauli |
103 | Amit | Jaunpur |
<html>
<head>
<title>Girfa
Student Help : Table read with javascript</title>
<script>
function
GetData()
{