On 7/26/07, Dave Newton <[EMAIL PROTECTED]> wrote:
I thought IE's broken button behavior was already
documented, including on the wiki?

That may be.  Here's the rendered HTML:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>



<html>
<head>
   <title>Cancel Test</title>
</head>
<body>
                        
<form id="TestCancel.do" name="TestCancel.do" onsubmit="return true;"
action="/TestCancel.do" method="post"><table class="wwFormTable">
       <tr>
   <td colspan="2"><div align="right"><button type="submit"
id="TestCancel.do_TestCancel!submit" name="action:TestCancel!submit"
value="Submit">Submit</button>
</div></td>
</tr>

       <tr>
   <td colspan="2"><div align="right"><button type="submit"
id="TestCancel.do_TestCancel!cancel" name="action:TestCancel!cancel"
value="Cancel">Cancel</button>
</div></td>
</tr>

   </table></form>


</body>
</html>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to