I am trying to get the available flights data from a website using mechanize and python, http://www.jet4you.com but the drop down list control shows "none" for the available items. Is there anyway to get the <options>
using mechanize, urllib, or beautifulsoup?
When I submit a form using fiddler I see the values of the dropdown list but I cannot select them using mechanize.
br = mechanize.Browser()
br.possible_items("AvailabilityCompactSearchInputViewType$DropDownListMarketOrigin1")
["none"]