Thread: http request
View Single Post
  #19 (permalink)  
Old 04-08-2008, 12:36 PM
DonCash's Avatar
DonCash DonCash is offline
Moderator
 
Join Date: Aug 2007
Location: London, UK
Posts: 239
DonCash will become famous soon enoughDonCash will become famous soon enough
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.
Reply With Quote