上色

Code Block

2013年4月19日 星期五

[PHP] 區分同一個表單上的兩個按鈕

以onclick設定不同按鈕所送出的參數,例如︰

按鈕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變數,即可輕易分辨不同按鈕

沒有留言:

張貼留言