On 2005-05-26, Grant Edwards <[EMAIL PROTECTED]> wrote:

>> How can I make a python client script connect to a Web server and 
>> automatically populate form fields and then submit the form?

> Just use urllib() and pass the form data to the urlopen()
> method.  If given data, it will generate a "POST" request
> instead of a "GET".

Oops, I forgot.  Here's a pointer to the examples in the urllib
docs:

     http://docs.python.org/lib/node478.html

-- 
Grant Edwards                   grante             Yow!  This is PLEASANT!
                                  at               
                               visi.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to