如何使href在IE8中的按钮上工作

wow*_*wow 5 html xhtml internet-explorer-8

我想在IE8中href工作type="button".

<a href="submit.php"><input type="button" value="Submit" class="button" /></a>
Run Code Online (Sandbox Code Playgroud)

其他浏览器工作正常,但在IE8上面的代码不起作用.怎么解决?

更新

<form action="submit.php" method="post"">
<input type="submit" value="Submit" class="button" />
</form>
Run Code Online (Sandbox Code Playgroud)

我知道这种方式可以做到.但我想知道如何让它在IE8上运行而不需要的其他方法<form></form>

Koo*_*bin 10

的onclick = "window.location的= this.parentNode.href;"/>

this.parentNode可以引用一个标签,所以它应该工作或测试getAttribute甚至