There is a possibility that the order (bottom up, or top down), is a function of the browser that you are using. There's nothing in the HTML form specification that state that the input fields must be sent in any particular order. I remember having to deal with these problems in the early days of HTML3, when some browsers would return the form elements in the reverse of the order that they were presented on the screen. (I can't remember which one it was, however... as there was only really lynx/mosaic/ie/netscape at that point, you'd think I'd be able to remember)

For the most part, browsers do send their information in the order in which it was in the HTML document (which may not be the order it was displayed on the screen), but it's possible that others may send them in tab order, or whatever else they believe makes sense, or is easy for them to deal with, as there is no specific requirement on order.


In reply to Re: Last vote assignment when voting on muliple nodes by jhourcle
in thread Last vote assignment when voting on muliple nodes by bofh_of_oz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.