Can anyone tell me how to retrieve all the cells of a column in a table without having to traverse all the rows and all the cells.
Right now I am naming all the cells under that column name='x', and then later doing document.getElementsByName('x') which i thought would work - but not wotking.
Can i do it using <col> tag ?
any ideas which would help me access the elements in the fastest way???
thank you.
Right now I am naming all the cells under that column name='x', and then later doing document.getElementsByName('x') which i thought would work - but not wotking.
Can i do it using <col> tag ?
any ideas which would help me access the elements in the fastest way???
thank you.