Re: Connect to Web interface to process data



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

.


Quantcast