On Monday 14 August 2006 20:43, Sulsa wrote:
> On Tue, 15 Aug 2006 03:37:02 -0000
>
> Grant Edwards <[EMAIL PROTECTED]> wrote:
> > On 2006-08-15, Sulsa <[EMAIL PROTECTED]> wrote:
> > > I want to fill only one smiple form so i would like not to use
> > > any non standard libraries.
> >
> > Then just send the HTTP "POST" request containing the fields
> > and data you want to submit.
>
> but i don't know how to post these data if i knew there there would
> be no topic.

When I need to learn the POST method for a form, I use wireshark 
(www.wireshark.org) to capture the POST I do manually the first time. 
However, I think I'm going to look into mechanize/clientform now that I 
know about it.

Hope this helps,
Tom
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to