program to read html file and to open the links in that html file

program to read html file and to open the links in that html file..ex:- to read automatically all next links in the html file and save it hard disk
[161 byte] By [venki_thulasia] at [2007-11-26 16:18:34]
# 1
And your problem would be?
CeciNEstPasUnProgrammeura at 2007-7-8 22:41:50 > top of Java-index,Java Essentials,Java Programming...
# 2
well, i am having a hard time figuring out what you want to happen, i hope you can give us a more detailed description of your problem.
memnoch_iia at 2007-7-8 22:41:50 > top of Java-index,Java Essentials,Java Programming...
# 3
well, you have to scan the html source and look for ' href="link." 'then saving the link would do. :-)
newbieMoona at 2007-7-8 22:41:50 > top of Java-index,Java Essentials,Java Programming...
# 4
Start here; http://java.sun.com/products/jfc/tsc/articles/bookmarks/It gives you all of the information you need to parse the HTML file using the HTMLEditorKit that is a part of the Java SDK.Once you get the links from the file, then you can think about connecting to
Tillermana at 2007-7-8 22:41:50 > top of Java-index,Java Essentials,Java Programming...