For example
if the HTML was
CODE
<tr>
<td>1</td><td><A target="_self" href=#><font color=#ff0000>Number1</font></a><td><font face=verdana size=2>IDNUMBER1</td>
<td><A target="_self" href=#><font color=#ff0000>Number2</font></a><td><font face=verdana size=2>61506</td><td><font face=verdana size=2>ID NUMER2</td>
If i wanted to parse that into a list box where it showed
Number ID
---------------
Number1 IDNUMBER1
Number2 IDNUMBER2
Hopefully you guys can make some sense of that....
CODE
note by serverph to NotoriousZach: code-tagged as needed. pls comply next time. :)

