Connecting Tech Pros Worldwide Help | Site Map

Display data from string

Blue Bell Trading - Customer Services
Guest
 
Posts: n/a
#1: Nov 13 '05
Hi,

If I have managed to pull a html page from the internet and stored it into a
string, how do you think I should go about displaying only a certain part of
the HTML? For example, I would only like the information in a certain table
on the html page to be displayed in a text box.

Thank You,,

Nick J


Br@dley
Guest
 
Posts: n/a
#2: Nov 13 '05

re: Display data from string


Blue Bell Trading - Customer Services
<bluebelltrading@blueyonder.co.uk> wrote:[color=blue]
> Hi,
>
> If I have managed to pull a html page from the internet and stored it
> into a string, how do you think I should go about displaying only a
> certain part of the HTML? For example, I would only like the
> information in a certain table on the html page to be displayed in a
> text box.
> Thank You,,
>
> Nick J[/color]

You'd have to build your own little HTML interpreter to go through the
HTML text and find the tags you are after and extract the sub-strings.
--
regards,

Bradley

A Christian Response
http://www.pastornet.net.au/response


Closed Thread