getting a link.. -
09-12-2003
, 06:23 AM
Hi all,
i'm writing a program (in Delphi) parsing a web page and getting some link
on it.
Analizing the TD object i have a innerhtml like this:
<SPAN class=topictitle><IMG alt="" src="images/icon_disk.gif" border=0> <A
class=topictitle href="viewtopic.php?t=222">Here is some
text.....</A></SPAN>
I know i can get the link working with strings, but does anyone have a
bettere method? |