I stumbled across yet another weird issue in Internet Explorer 6 today. This time it has to do with <button type=”submit”> elements and how data is sent back to the server.
<button type=”submit”> vs <input type=”submit”>
You would think both elements would behave exactly the same, because they’re both basically the same thing – the “submit” button [...]