Python selecting a value in a combo box and HTTP POST

wakslamulk

New Member
In Python, I'm trying to read the values on http://utahcritseries.com/RawResults.aspx. How can I read years other than the default of 2002?So far, using mechanize, I've been able to reference the SELECT and list all of its available options/values but am unsure how to change its value and resubmit the form.I'm sure this is a common issue and is frequently asked, but I'm not sure what I should even be searching for.
 
Back
Top