Colin A Thompson

Greenhorn
+ Follow
since Dec 08, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Colin A Thompson

I am looking for a tutorial or book that explains how to get my java programs to interact with web pages. So far I have been able to access webpages through httpurlconnection to get data on specific pages.

I would like to learn how to post to forms or click objects on a given web page and have the results return to my program for further analysis.

Any tips or guidance would be appreciated.
13 years ago
JSP
I am having a problem with copying a webpage to a text file. Every time I run my program for this one site the text that gets copied has Asian characters. There are no Asian characters on the page.

I tried my code on other websites and it works fine. Are there security measures that prevent a web page from being copied?

The website I am having problems with is public information and I am not reselling anything of theirs.
14 years ago