Form submit problem with dynamically rearranged table
When the rows in a table are rearranged using JavaScript/DOM, and the table cells in those rows contain input boxes, Firefox submits the input boxes to the server in a random order, rather than in the dynamically rearranged order.