On Thu, Dec 23, 2010 at 10:25:00PM +0530, Noufal Ibrahim wrote: > I haven't tried with the first but with the above, the backend > processes the POST only if the "submit" parameter is specified (the > value is apparently irrelevant).
That's funny. Perhaps not-so-good a form design at the server end. So, with respect to urllib2, the OP has to just add another element to his parameters dictionary, namely 'submit':"XXXX" and it should be fine. -- Senthil _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
