search within website & retrieve next results page
Hi guys!
Here's my problem :
I want a list of all the DVDs available at my local library. New titles will be added over time, and I don't wanna have to repeat a manual search to have my list updated.
The URL is Ariane 2.0
Is it possible to write a Java program that will be able to search the word "dvd", read and process the page source, and then load the next page of results? Actually, I think I can manage with the page source reading and processing, but I'm not sure if the rest is possible.
Thanks
Funky