I am trying to finish a program that compares two pages to see if they are different or same. The program works fine if I seperate the two functions. If I combine the functions, the result is always different because the page from the web doesn't load fast enough.
Is there a way to pause the program until both pages are loaded? The program checks webpages for changes against a local copy of the page stored on my hard drive.
Bob