I'm making a program that will go to a website then check if a word exists on the current page. Lets say it loads this page and then tries to find the word "word". Is this possible? I've also heard of another way, downloading the page's source into a file then finding the word in the file! Please give any suggestion. All is appreciated!



Reply With Quote