Re: Submit form, open result in a browser

2007-07-27 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Tina I <[EMAIL PROTECTED]> wrote: >theju wrote: >>> 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 do

Re: Submit form, open result in a browser

2007-07-27 Thread Tina I
theju wrote: >> 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/ > > After the f

Re: Submit form, open result in a browser

2007-07-27 Thread theju
> 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 ca

Re: Submit form, open result in a browser

2007-07-27 Thread Diez B. Roggisch
Tina I schrieb: > Hi, > > 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) > I guess what I'm asking is how I can get the resulting URL and feed it > to the webbrowser module. > I need to

Submit form, open result in a browser

2007-07-27 Thread Tina I
Hi, 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) I guess what I'm asking is how I can get the resulting URL and feed it to the webbrowser module. I need to do it this way because the site