I am a little overwhelmed by this, so I wonder if there have been any SOers before.
I have an essentially flat page with the amount of input = text sown in the markup, with default values, for example A, B, C, D, E. The markup looks like this:
<td class="action invoice">
<a href="#foo">Toggle Invoice</a>
<div class="data">
<input type="text" class="formatted" value="A" />
<a href="#" class="notes" title="Add Note">Add Note</a>
</div>
</td>
Iterates over a series of lines A-> E.
Page created by ASP.NET 2.0. Version 1 is simply "user.aspx? Id = 1". Version 2 is the path mapped by the RESTlike HTTP module from "users / 1" to "user.aspx? Id = 1" inside.
Version 1 is fine. Version 2 after rendering leaves me with an input with values โโin the order of E, A, B, D, E, but I see no reason for this order.
, value = "X" , DOM firebug defaultValue , .
- CSS - CSS .
- JS. JS .
- HTML - .
, . , Firefox - .
- ? .
: FF. IE, Opera Chrome - .
2. . - http://localhost/user.aspx?id=1, () - http://localhost/users/1, HTTPModule . name= , , .