Forum Moderators: open
What do I have to do to make that godawful poor excuse for a browser behave? I can't use <input type="submit" ... /> because of the offset between the display value and the submitted one. (Users don't generally start counting at zero, and might find it confusing.) The page validates as XHTML 1.1 except for a start attribute to an <ol> tag, so that's not the problem.
"...not just an IE issue. There are other browsers that ..."
You're probably right. In which case those other browsers also have the bug. The 'name' attribute of the 'button' tag is specifically in the standard to allow multiple buttons on a form, so you can identify which button got pressed.
Yech. I had to change the way several other forms were generated as well to change that one, because they all shared the same code for processing that variable.
(From memory I think it was discussed somewhere else as well, but I can't find it right now.) Terms like 'button' and 'form' are so common it is a hard thing to search for ;)