First of all I have to say, I do not want anybody to do my work for me.
I want to make an java application that will search for data on a particular website. It will look like this:
- I will type a keyword into my jTextField and than i will press my OK button
- after pressing Ok button my application will send request to that site and perform search on it. By searching I mean regular search on websites with textfield and search button. Not ctrl+f search.
- After searching the website my app will read the result and store it for example in an array.
How can I start? search on that website looks like this:
<input id='searchText' type='text' name='text' value='zboží nebo kód' title='title'/>
<input id='searchButton' type='submit' value='Hledej' />