close
<form name="form" method="post" action="index.html">
<input type="submit" value="送出" />
</form>
button也可以用javascript的方法來實現,以上的範例
<input type="button" value="送出" onclick="self.location.href='index.html'"/>
全站熱搜