<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>

 

相关文章:

  • 2022-01-06
  • 2022-01-04
  • 2021-09-18
  • 2022-01-31
  • 2022-01-13
猜你喜欢
  • 2021-10-20
  • 2021-06-02
  • 2021-08-08
  • 2021-08-27
  • 2021-06-24
  • 2021-05-20
  • 2021-08-26
相关资源
相似解决方案