how to handle two forms in cgi?

Dan M dan at wolf.com
Wed Nov 30 18:47:23 EST 2005


>   My question is: How let these two form works together? I try to use
> two codes for these two forms, e.g. Login.py for login form and
> search.py for search form. But when user input data in search form and
> click its submit button, it just comes back to login form. Second form
> doesn't work.
> 
> Any help is appriciated!

It sounds like the "action" attribute in the 2nd form's <form> tag is not
pointing to search.py.




More information about the Python-list mailing list