Here is a form (it is the output of a jsp, but that's irrelevant at this point). This was cut and pasted directly from Internet Explorer's View->Document Source menu:
Note at the end where I've bolded the button. Here is a fragment of the TrbMgr servlet this form calls:
And, here is what the log prints out:
********** TribeMgr: todo= New Tribe
In other words, IE is sending the text on the button and not the "value='btnvalue'" from the <input> tag.
Mozilla works just fine, and I don't think I've ever seen this. Has anyone else? Is this a quirk in IE I don't know about? I did a google search and haven't found anything so far.