Hi, Can someone please give me the ASP of this PHP code? <?php echo file_get_contents($myv); ?> It gets the entire content of a webpage and displays it on the page where the code runs. Supports http:// also. I think I will first have to set the variable "myv" using: dim myv="http://site.com?id=33"; Is that right? Thanks for helping. Bye jeet