Any Suggestions? Check out my problem.
Hi,
I have a short project...basically, I have a HashMap with several words in it. I also have a input html file with some text in it.
My project is that I have to make a new file...which has the same contents has the input file, BUT if any of the words from the Map shows up in the inputfile, I have to make those words hyperlinks.
For example, if the word "Computer" is in the hashmap...and "The Computer Is Black" is in the input.html file...i would create a new html file that says "The Computer Is Black" -- but here Computer would be a hyperlink. (Thus, in the end, I would have a new HTML file which would have links to all words in the hashmap.)
I realllllllllllly need help here. I bet to many of you this is a simple problem!
-Jinen ... jtk9@cornell.edu

