Retrieving information with Python's urllib from a page that is done via __doPostBack()?

Posted by Omar on Stack Overflow See other posts from Stack Overflow or by Omar
Published on 2010-04-11T11:02:34Z Indexed on 2010/04/11 11:13 UTC
Read the original article Hit count: 233

Filed under:
|
|
|
|

I'm trying to parse a page that has different sections that are loaded with a Javascript __doPostBack() function.

An example of a link is: javascript:__doPostBack('ctl00$cphMain$ucOemSchPicker$dlSch$ctl03$btnSch','')

As soon as this is clicked, the browser doesn't fetch a new URL but a section of webpage is updated to reflect new information.

What would I pass into a urllib function to complete the operation?

© Stack Overflow or respective owner

Related posts about python

Related posts about urllib