ie.links(id,"...").get(index).click();
Thanks & Best Regards!
Archer.chen
Division:PC Department:GSPC
eBaoTech Corporation
email:arche...@eBaoTech.com
address:Building 3,KIC Plaza 270 Song Hu Road
Shanghai.200433.China
Tel:(+86)021-61407777 ext 3264
If the link you try to catch have the same attributes.
You must check the html objects’ attribute first.
I haven’t used the index unless the html object doesn’t have unique attribute.
Because the index is not dependable
ie.links(id,"...").get(index).click(); the code is correct. May be your page has frame object. Means to the link in the frame. You can not catch the link through IE. ie.frame(name ("...")).link().click();