- <html>
- <head>
- <title>討論區-登入</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- </head>
- <body>
- <fieldset>
- <legend>會員登入</legend>
- <form method="post" action="./process.php">
- 帳號:<input type="text" name="ud_account" /><br />
- 密碼:<input type="password" name="ud_password" /><br />
- <input type="submit" name="send" value="登入" /><a href="./register.php">註冊</a>
- <input type="hidden" name="page" value="login" /><!-- 隱藏欄位(傳到process.php頁面判斷) -->
- </form>
- </fieldset>
- </body>
- </html>
複製代碼 |