On Tue, 2 Sep 2008, bruce wrote:
[...]
using mechanize/Browser, i can easily do a url/get, and process submitting a
form that uses a GET as the action. however, I'm not quite sure how to
implement the submittal of a form, that uses the POST action.
[...]

Same way as any other form.

The HTTP method used is determined by the value of the form element's "action" attribute.


John

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

Reply via email to