![]() |
溫瑞烘老師的教學歷程檔案(Teaching ePortfolio) - 資管三甲乙資料庫系統教學資源區 - form1-10.php(form表單 type=select之一) |
| form1-10.php(form表單 type=select之一)<?php$command=$_POST["command"]; if ($command==null) { echo("<html> <body> <center> <form method=post action=$SELF_PHP> 選項: <p> <select name=choice size=1> <option value=1>choice 1 </option> <option value=2>choice 2 </option> <option value=3 selected>choice 3 </option> </select> <p> <input type=submit name=command value=送出> <input type=reset name=command value=清除> </form> </center> </body> </html>"); } if ($command=="送出") { $choice=$_POST["choice"]; echo("<html> <body> <center> 選項:$choice <p> </center> </body> </html>"); } ?>
|
|
中華科技大學數位化學習歷程 - 意見反應 | ![]() |