E
Edward
I am wondering if anyone knows of a way to use java as a virtual
browser. I hope (and imagine) that there are already classes written
to perform this task.
What I want to do is write a java application that will run on a PC
that will send a request to a particular external web site passing
various input as if submitted by an HTML form, and then read the HTML
that is sent back by the site. I will then parse the HTML that is
returned and perform my own, straighforward manipulations on it.
Any ideas as to where to start?
Thanks.
Edward
browser. I hope (and imagine) that there are already classes written
to perform this task.
What I want to do is write a java application that will run on a PC
that will send a request to a particular external web site passing
various input as if submitted by an HTML form, and then read the HTML
that is sent back by the site. I will then parse the HTML that is
returned and perform my own, straighforward manipulations on it.
Any ideas as to where to start?
Thanks.
Edward