Problem accessing a table inside a form in Watir

Hi all,

I want to access a table which is inside a form. I want to access a link
which is inside a table by row number and column number, the table is
inside a form. The table name is not there, so i have to access the
table by index. When i tried to access the table by index i cannot get
in to the particular table which i am looking for. I also tried to count
the rows and columns but the values does not match the actual number of
rows and columns.

Can any one please help me to access the link inside a table which is
inside a form.

Thanks

Arvind

ยทยทยท

--
Posted via http://www.ruby-forum.com/.

Can you show us the HTML?