03-15-2008, 11:03 PM
Hi Sree,
when we use childtem it will access the first link.But how to access the remaining links.
RC and CC values is 1.
when we try get the cell data ie 1,1 it show 10 links.(with in the one cell)
Now tell me how to access the remaining links
Thanks.,
Prasanna,
when we use childtem it will access the first link.But how to access the remaining links.
Code:
RC = Browser("Browser").Page("Page").WebTable(TN).RowCount
CC = Browser("Browser").Page("Page").WebTable(TN).ColumnCount(1)
RC and CC values is 1.
when we try get the cell data ie 1,1 it show 10 links.(with in the one cell)
Now tell me how to access the remaining links
Thanks.,
Prasanna,