in reply to <INPUT type="image"> problem with IE browser

Re^3: <INPUT type="image"> problem with IE browser explained the bug. Here's an untested workaround:
<button name="page" type="submit" value="1"><img ...></button> <button name="page" type="submit" value="2"><img ...></button> <button name="page" type="submit" value="3"><img ...></button> ... <button name="page" type="submit" value="50"><img ...></button>

Replies are listed 'Best First'.
Re^2: <INPUT type="image"> problem with IE browser
by dorward (Curate) on May 18, 2006 at 15:08 UTC

    Another bug in IE causes <button> elements to be submitted with the text content the element instead of the value attribute.

    I could be wrong, but I seem to recall they IE also treats all <button>s as successful controls, even if they are unclicked submit buttons.