Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Re: Help on developing code for autoform fill in website

    Do you understand HTTP? You will need to know how it works.

    To read the HTML page from a server there are several classes you can use: HttpURLConnection, URLConnection or Socket. Easiest first to...
  2. Re: Help on developing code for autoform fill in website

    You missed this part of my question:
    Is your project supposed to simulate a user with a browser? It loads an HTML page with a form, fills in the data and presses submit?
  3. Re: Help on developing code for autoform fill in website

    Is your project supposed to simulate a user with a browser? It loads an HTML page with a form, fills in the data and presses submit?
    You'll need to understand HTTP.
    Are you going to use 3rd party...
Results 1 to 3 of 3