Re: Connect to Web interface to process data
- From: "Ingo R. Homann" <ihomann_spam@xxxxxx>
- Date: Thu, 28 Jul 2005 12:57:26 +0200
Hi Sharp Tool,
Sharp Tool wrote:
Dear newsgroup readers,
I would like to use Java to connect to a Web page. This Web page contains a button, which when clicked opens a dialog box where you can point to a file for processing. Can someone give me a rough idea (in small steps) how I can do this in Java? It would be appreciated.
That depends on what the button does. Is it a normal FORM-Button? Or does it use JavaScript?
Try to find out, what HTTP-Request(s) your Browser sends to the server. Then, it's not difficult to emulate it using the java.net.URL class.
Ciao, Ingo
.
- References:
- Connect to Web interface to process data
- From: Sharp Tool
- Connect to Web interface to process data
- Prev by Date: Connect to Web interface to process data
- Next by Date: Re: Connect to Web interface to process data
- Previous by thread: Connect to Web interface to process data
- Next by thread: Re: Connect to Web interface to process data
- Index(es):