Resolved parsing urls

cengineer

Member
Joined
Aug 17, 2009
Messages
8
Programming Experience
Beginner
I am been learning how to extract urls and links from websites and been pretty comfortable with it. I recently came across a website that contains links I would like to capture but the links as they appear on the webpage are not visible in the html source. I tried to extract them differently by visiting articles and posts which worked but some of those links were not included.

My question is whether this is unusual or is there something I need to read up on. If you scroll over the link or click on it, it follows to the link site appropriately but why is it not in the source html. Does this have something to do with other scripts running on the page>

Any advice or suggestions appreciated.
 
Last edited:
resolved

never mind; I resolved this with researching and realized it was javascript running which I was able to trace and extract the urls from the java script.
 
Back
Top