Kevin Mukhar wrote:
>
> The
> only way to know how the parameters were sent by the browser is to
> directly read the input stream. (And that assumes the parameters are
> sent in the same order as they appear on the page. Usually a reasonable
> assumption, but you never know which browser is going to do something
> different.)
>

 HTML 4.01 Specificationm, 17.13.4 Form content types:

   2. The control names/values are listed in the order they
      appear in the document. The name is separated from the
      value by `=' and name/value pairs are separated from
      each other by `&'

 This has been true since rfc1866 (HTML 2.0). Was there a
browser that got this wrong at some point? The spec seems
clear that you should be able to depend on the ordering, if
you're into that sort of thing.


-cks

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to