Board logo

標題: 專案開發_討論區之4_登入頁_login [打印本頁]

作者: may    時間: 2013-7-23 20:40     標題: 專案開發_討論區之4_登入頁_login

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





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2