Forum Moderators: open
In order to grab information from other web pages effectively, you need a multithreaded component on your server. Try ASP Tear [asptear.com].
The only other option that springs to mind is to load the required page into a hidden frame when your page loads, then use Javascript's innerHTML property to read the page source from the <body> element. However, this is a bit ropey since it will only work if the client supports (and has enabled) frames and Javascript. In addition, the innerHTML property is only available in later versions of IE and Netscape 6.