Updating form action attribute with mechanize.Browser

2010-01-27 Thread cookiecaper
Hi all. I am using mechanize.Browser to download web pages and such. One of these has the wrong URL in the action attribute of the form I need to submit. Anyone know how I can update this quickly? ClientForm.__init__ seems to take the action attribute but that is passed by b.select_form(), I think.

form action

2006-01-10 Thread Steve Young
 Hi, could somebody help me out. Lets say that I want to enter a value on say google's search form but i want the html that is retrieved once i submit the form to first pass through another server before I (who made the request) see the resulting page. For example: The server's set up so th