<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'"/>


arrow
arrow
    全站熱搜

    Roger 發表在 痞客邦 留言(0) 人氣()