1、第一种:
<a href="目标地址"><input type="button" value="提交"></a>
2、第二种:
<input type="button" value="提交" onclick="location.href='目标路径'"/>
使用这两种方法根据情况而定。