<input type="bottom" onclick="this.form.action='x.php'">
<input type="bottom" onclick="this.form.action='y.php'">

<form method="post">
<input type="button" value="a" onClick="this.form.action='a.php';this.form.submit();">
<input type="button" value="b" onClick="this.form.action='b.php';this.form.submit();">
<input type="button" value="c" onClick="this.form.action='c.php';this.form.submit();">
</form>

arrow
arrow
    全站熱搜

    Bojack 發表在 痞客邦 留言(2) 人氣()