There is a page that has a bunch of links. If I click on any link, I am taken to a page on that same domain.
so for example, the initial page is http://www.example.com/123
this page has a bunch of links
link 1
link 2
link 3
If I click on link 1, I am taken to http://www.example.com/reading1
if I click on link 2, I am taken to http://www.example.com/reading2
I want to download just the "first level"...meaning if http://www.example.com/reading1 contains a link, that should not be downloaded (if it's downloaded it's not the end of the world but I would prefer if it wasn't)
and I dont know if this matters, but all the pages end in .asp
can I do this?
so for example, the initial page is http://www.example.com/123
this page has a bunch of links
link 1
link 2
link 3
If I click on link 1, I am taken to http://www.example.com/reading1
if I click on link 2, I am taken to http://www.example.com/reading2
I want to download just the "first level"...meaning if http://www.example.com/reading1 contains a link, that should not be downloaded (if it's downloaded it's not the end of the world but I would prefer if it wasn't)
and I dont know if this matters, but all the pages end in .asp
can I do this?