[Htmlparser-user] GUI parser
Brought to you by:
derrickoswald
From: Sodergren, M.G. <mg...@le...> - 2002-04-24 09:57:29
|
Hello again, Thank you for the NewWebViewer class you mailed me. It is nearly working = but i just have a few more questions: Since i only want to extract links i have put the following programs in = one directory (deleted all com.kizna.etc since they were all in one = directory) HTMLEndTag.java HTMLLinkProcessor.java HTMLLinkScanner.java HTMLNode.java HTMLParser.java HTMLReader.java HTMLRemarkNode.java HTMLStringNode.java HTMLLinkTag.java HTMLTag.java HTMLTagScanner.java NewWebViewer.java When i run NewWebViewer and type for example = http://search.yahoo.com/bin/search?p=3Dsweden at the top and press enter = the following message is returned instead of the extracted links from = that html page: I/O Exception occured while reading = http://search.yahoo.com/bin/search?p=3Dsweden=20 Do you know what the problem is? All the programs compile. I also have one last requirement: I want to be able to just enter a word = at the top of the window instead of a url and that word should be = appended to http://search.yahoo.com/bin/search?p=3D and the links from = that page should be returned. So in other words = http://search.yahoo.com/bin/search?p=3D should be hidden from the user. Also how can i get rid of the -l so i can just enter a word and press = enter to get the results. Thank you very much, will try not to bother you again, cheers Mats |