[Zope] Re: This is how HTML works
Passin, Tom
tpassin@mitretek.org
Mon, 7 Oct 2002 17:08:24 -0400
[ p.t. ]
[[
is there any specification (or statement) about how the controls should
be=20
ordered when a user agent sends a submitted form?
Shoul the sent control's (name=3Dvalue) be arranged in the order they =
are=20
received?
Or in the tabbing order (if and when specified)?
]]
Do not count on any particular order. Anyway, in Zope you get them as a
dictionary, and that is not ordered.
Cheers,
Tom P