In a web page of given url,should display the list of external links(by checking different domain names) using classes.Please explain with scripts.Thank you.
Manuel Lemos - 2006-06-18 03:54:28 - In reply to message 1 from Anandakumar
You can use this class to retrieve the page contents. Then use a regular expression to find all links and extract the respective URLs. Then you are ready to check the URL of each link using the class again.