I have a script that navigates pages and scrapes the HTML source of
the page.
in order to view the results I need I need python to "navigate to"
this Javascript link:
javascript:__doPostBack('ctl00$cpMain$pagerTop','4')  This basically
translates into "go to page 4."
I read the posts on this group, and from what I understand, the
functionality I need is with simplejson? If so, what is the syntax i
would use to execute that Javascript?
Or am I completely off base with using simplejson altogether?


Thanks for the help
-Sam

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to