Python CGI and multiple forms on a web page

Michael Ströder michael at stroeder.com
Sun Aug 19 08:07:03 EDT 2001


Ignacio Vazquez-Abrams wrote:
> 
> Only the data in the submitted form is sent to the server. The other forms may
> as well not exist.
> The long answer:
> I dug around in the W3C's info about HTML, and although the above is implied,
> it's never spelled out explicitly. Take a look if you want:
> http://www.w3.org/TR/html4/interact/forms.html#h17-13.

>From the examples there I can't imagine how data from several
different forms, say <form> .. </form><form> .. </form>, should ever
be mixed.

Ciao, Michael.



More information about the Python-list mailing list