Reputation: 2876
There is a website with a form (form.php
) where I fill some information and I get a result on another page (search.php
) P.S. action of the form is POST
.
Is it possible to write an application in Java
to pass values to search.php
on that web server and then parse the HTML
file with the result ?
Upvotes: 1
Views: 31