How to get url hidden by javascript on external website?
ex: http://royaldesign.se/Att_Dricka.aspx This url is permanent due to page navigation, so the content of the page is loaded by javascript.
link location on the page:
javascript:__doPostBack('ctl00$masterContent$DataPager2$ctl00$ctl00','') javascript:__doPostBack('ctl00$masterContent$DataPager1$ctl00$ctl01','') javascript:__doPostBack('ctl00$masterContent$DataPager1$ctl00$ctl02','')
.....
Is there a way to analyze (manually or using a PHP script) the __doPostBack function to find out about URLs?
thanks in advance
source share