Click here to Skip to main content
15,897,226 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
The site uses .aspx pages.

It has content that I want to consecutively download.

The Javascript of that content is as follow:
JavaScript
javascript:__doPostBack('CONSTANT$CONSTANT$CONSTANT$VARIABLE$CONSTANT','')



I wanted to download every VARIABLE+1 until VARIABLE+200

Background:
Each VARIABLE returns a webpage with the result; I just want to download/save/screenshot all those webpages without manual work of: click Javascript icon, save the page, click next icon, save the page, and so on.

The site needs me to be logged on (so I need to supply cookie to the solution).

How can I accomplish this?
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900