On a php script I saw a command to check a particluar webpage for a certain link. The problem is that my website is written with ASP. Does ASP have a similar command or a way to do this? Basically we do link exchanges with hundreds of websites. Periodically I need to check for return links. Currently I have to check each one manually which can be quite cumbersome. Essentially it would be parsing the html of a certain webpage to see if href=" exists in the code. I know the inStr command, so I just need to know how to parse an external webpage.