按鈕1︰
<input type="submit" name="button" value="Choose" onclick="document.form.action='sign.php?no=1' "/>
按鈕2︰
<input type="submit" name="button" value="Choose" onclick="document.form.action='sign.php?no=2' "/>
如此即可在目的地表單(sign.php)藉由$_GET[no]方法取得此表單所送出的no變數,即可輕易分辨不同按鈕
沒有留言:
張貼留言