Submit form, open result in a browser

theju thejaswi.puthraya at gmail.com
Fri Jul 27 05:53:51 EDT 2007


> Is there a way to submit a form and then open the resulting page in the
> default browser? (Writing the form submission code is not a problem by
> the way)

There is a library called "Client Form" that does this for you.
wwwsearch.sourceforge.net/ClientForm/

> I guess what I'm asking is how I can get the resulting URL and feed it
> to the webbrowser module.

After the form is submitted through ClientForm open the resulting
response using the webbrowser module.

Cheers
Thejaswi Puthraya




More information about the Python-list mailing list