I am trying to open a url and read the data into a string.
for example,
I want to see the raw html within www.sourceforge.com put into a String.
Then I'll parse out the data I need.
thanks for any help.
for example,
I want to see the raw html within www.sourceforge.com put into a String.
Then I'll parse out the data I need.
thanks for any help.
Comment