searching through a site
-
How do I make a program that search through a site(like http://www.codeproject.com) and if a word is on that site it displays a messagebox(if the word new is in line 6 of http://www.codeproject.com the script msgbox ("There is something new!!!" , , "NEW") comes) Thanks
-
How do I make a program that search through a site(like http://www.codeproject.com) and if a word is on that site it displays a messagebox(if the word new is in line 6 of http://www.codeproject.com the script msgbox ("There is something new!!!" , , "NEW") comes) Thanks
For searching text , you can use Microsoft Index Server .Using it in code will return the pages in site where a particular word exists . But i m not sure if it can return line number . But after getting list of documents in search , perhaps a function can be writeen to find line numbers in those pages Divya Rathi