[Htmlparser-user] Harvester
Brought to you by:
derrickoswald
From: Mohd-Taqiyuddin Z. <mt...@ec...> - 2003-02-22 18:45:38
|
hi, I would like to write a program that can harvest certain information (mostly text) on the web page. Some of the web page requires feedback from the user (existence of <form> tag) to get more information on the page. Some of the page is just a plain text and some of the page is in frames. How can I wrote a single harvester that can harvest these three types of pages with one harvester code. below is the sample pages that I want to harvest. (harvest question and get the correct answers.) i)with the form: http://developer.java.sun.com/developer/Quizzes/jbasics1-1/ ii)plain text: http://www.jchq.net/mockexams/exam3.htm iii) with frames: http://www.angelfire.com/or/abhilash/Main.html hope you can give me some advice on how to do this. thank you. |