密码登陆

<html>
   <head>
   <title>enter password</title>
   </head>
   <body>
   <form name="forml" method="post" action="pwd.php">
     <table>
       <tr>
        <td colspan="2" >
          <div align="center"><b>please specify the password</b></div>
        </td>
      </tr>
    <tr>
      <td>
        <div align="right">customer id</div>
      </td>
      <td>
        <input type="text" name="username">
      </td>
    </tr>
    <tr>
      <td>
        <div align="right">password</div>
      </td>
      <td>
        <input type="password" name="password">
      </td>
    </tr>
    <tr>
      <td colspan="2">
        <center>
          <input type="submit" name="submit" value="login">
        </center>
      </td>
     </tr>
    </table>
   </form>
   </body>
   </html>

 

posted on 2015-05-20 21:49  与非朋仔  阅读(170)  评论(0编辑  收藏  举报

导航