asp.net - How to submit a form to a web page and retrieve content by script -


I would like to know how to obtain content from a web page which allows the permission for individual parameters in the address link below Giving:

Launch web page .aspx? Parameter = 111 {Wait to load the page} Retrieve the contents of the webpage

Launch the webpage.aspx? Parameters = 112 {Wait for page loading} Retrieve webpage content

repeat steps from 113 to 120 parameters.

In your html, you

    

Then qry would ? Parameter = 111 From there you can use regex to split the parameter and value

More info

Comments