Hi.
How can I get all links for a specified element?
For example, how can I extract links from:
<td id="test">
<a href = "www.google.com ">Google</a>
<a href = "www.yahoo.com" >Yahoo</a>
</td>
Please help. Thanks in advance :)
How can I get all links for a specified element?
For example, how can I extract links from:
<td id="test">
<a href = "www.google.com ">Google</a>
<a href = "www.yahoo.com" >Yahoo</a>
</td>
Please help. Thanks in advance :)
Comment