Hello there!

I need to build a program that gets a url address as a parameter and returns all the links of the site that aren't anchor in the site. After we get the links we need to make the operation again and go down 5 levels. Than we need to open a Db that will save the urls. Each entity must include both the url and the title. for example:

site: http://www.w3schools.com/

Level 1: Learn Html- http://www.w3schools.com/html/default.asp

Level 2: Html Introduction- ...

Level 3: Try it yourself- ...

Thank you very much!

Amir.