hi friends,
Need to create a login page in jsp...and in that we need to specify a option to browse a file(html)...and we hvae text file which contains list of tags in html...we take these two files as 2 paarmeters and call a servlet ....in servlet we need to load all the requied html files and then open the selected html file file normal text mode..and scan the file ...line by line ..and compare with the tag list file and display the tag in another text file...and it should also display the no: of occurances of each tage...and also line no:....

