I have a button which makes a form open on the same page.
The button is wrapped in a link as follow:
<a href="index.php?entry=true">
<button type="submit">Enter now!</button>
</a>
The form is just below this link, everything is on the same page. The issue I have is that it does not work in IE7 and 8 and ideas? Everywhere else is fine!