| Does <button> not work in IE7? Works in everything else including IE8 |
migthegreek

msg:4269921 | 9:52 pm on Feb 20, 2011 (gmt 0) | What the hell? Really? Nothing happens when you press the button.
<form action="test" method="post"> <button>Test</button> </form>
|
incrediBILL

msg:4269925 | 10:15 pm on Feb 20, 2011 (gmt 0) | Try this: <button type="submit">Test</button> That should work for you.
|
migthegreek

msg:4269927 | 10:18 pm on Feb 20, 2011 (gmt 0) | Thanks mate.
|
|
|