<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>
全站熱搜
留言列表