PDA

View Full Version : Parsing HTML


TOWENS
04-20-2012, 03:08 PM
I'm reading data from a SQL DB that is formated as HTML. Here is an example. I'm tryning to extract the 2 lines of text from the HTML. Any ideas?

<html><body><font color="#1F497D">This is line 1</font><br><font color="#1F497D">This is line 2</font></body></html>

Thanks,
Tom

kinook
04-20-2012, 03:23 PM
http://www.google.com/search?q=vbscript+remove+html+tags