Thread
:
http request
View Single Post
#
19
(
permalink
)
04-08-2008, 12:36 PM
DonCash
Moderator
Join Date: Aug 2007
Location: London, UK
Posts: 239
Yeah... Use this:
Code:
String strLine = ""; while ((strLine = in.readLine()) != null) { System.out.println(strLine); }
This will display all the code from the HTML page as it loops through it.
__________________
Did this post help you?
Please
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
me!
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
DonCash
View Public Profile
Send a private message to DonCash
Find all posts by DonCash