I have an webpage which has the similar kind of html
format as below:
<form name="test">
<td> .... </td>
.
.
.
<td> <A HREF="http://www.edu/st/file.html">alo</A> </td>
<td> <A HREF="http://www.dom/st/file.html">foo</A> </td>
<td> bla bla </td>
</form>
Now, I know only the value bla bla
, base on the value can we track or find the 3rd last
.. value(which is here alo
)? I can track those,with the help of HREF
values,but the HREF
values are not fixed always, they can be anything anytime.