A minor addition to Kent's advice:
urllib2 can be used to post form data to a web site.
This is very convenient if the expected data format is stable. You will
still need the urlencode from urllib to encode the data to be posted.
--
Lloyd Kvam
Venix Corp
__
Anderson wrote:
Hello,
I currently have access to a webpage that has information that I'd
like to put into a CSV (comma seperated value) spreadsheet. Its
frontend is a form; you fill the form out by entering some text and
selecting the appropriate option from a drop down menu, and then you
press th
Hello,
I currently have access to a webpage that has information that I'd
like to put into a CSV (comma seperated value) spreadsheet. Its
frontend is a form; you fill the form out by entering some text and
selecting the appropriate option from a drop down menu, and then you
press the submit form b