05-22-2012, 08:24 PM
Modifying ur code for index. Chk now n see if it works.
Regards,
Ankesh
Code:
For i = 0 to 40
x = Browser("name:=.*").page("title:=.*").Frame("name:=c.*").Link("name:= .*","index:="&i).GetROProperty("innertext")
print i
print x
Next
Ankesh