How to access table object through javascript

Argo

Lifer
Apr 8, 2000
10,045
0
0
All I know is the name of the table.


One way would be document.getElementsByTagName("table")[0] but that requires knowing the index of the table (in this case it's 0). However, all I know is the name.