hi
actually i want to extract links from a text file.for example my text file contain
<a href="http://www.fast-autos.net/" onmousedown="return clk(this.href,'res',2,'')"><b>Fast</b>-Autos.net
- An online <b>car</b> magazine and information database <b>...</b></a>
now i need from this line only
http://www.fast-autos.net
in the same way i want to get all links from my file.
plz anyone who can tell me the script for this.