In a
servlet? How would the servlet get the HTML page?
In any case, once you have the HTML source in a
string, you'll either need to parse the HTML or (easier) scan the text using regular expressions. As this is not a Servlet issue, it's been moved off the the general forum.
[ April 24, 2008: Message edited by: Bear Bibeault ]