Order of keyword arguments
Skip Montanaro
skip at mojam.com
Mon Nov 22 10:27:09 EST 1999
Reading my post from the weekend, it seems to me I wasn't very clear about
things. I wrote:
Skip> I solved this in one instance by giving all the input tag names
Skip> names like XXXtagname, where XXX is a zero-padded number. The
Skip> order of display is determined by the form's author, so you could
Skip> have
Skip> 001name
Skip> 002address
Skip> 003address
Skip> 004city
Skip> 005state
...
What I meant was that the HTML form's author could determine the sort order
of the input arguments so that further display of them would be correct,
regardless of the order in which they were passed to the cgi script.
Skip Montanaro | http://www.mojam.com/
skip at mojam.com | http://www.musi-cal.com/
847-971-7098 | Python: Programming the way Guido indented...
More information about the Python-list
mailing list