createuser.jsp

来自「This project mainly deals with automatin」· JSP 代码 · 共 51 行

JSP
51
字号
<%@ page  language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#20099CC">
<form action="./Succ_UserCreated.jsp "  name="form129" method="post">
<div align="center">
  <p><strong><font color="#FFFFFF" size="5">INVENTORY CONTROL SYSTEM </font></strong></p>

  <p><strong><font color="#000000"> </font></strong></p>
    <table width="55%" border="0">
      <tr> 
        <td width="26%"><div align="right"><font color="#FFFFFF"><strong>USER 
            ID :</strong></font></div></td>
        <td width="74%"><input type="text" name="userid" id="userid" ></td>
      </tr>
      <tr> 
        <td><div align="right"><font color="#FFFFFF"><strong>PASSWORD :</strong></font></div></td>
        <td><input type="password" name="password" id="password" ></td>
      </tr>

      <tr> 
        <td width="26%"><div align="right"><font color="#FFFFFF"><strong>USER TYPE :</strong></font></div></td>
        <td width="74%"><select><option selected>DeptHead</option><option >Clerk</option></select></td>
      </tr>
      <tr> 
        <td width="26%"><div align="right"><font color="#FFFFFF"><strong>PHONE NO :</strong></font></div></td>
        <td width="74%"><input type="text" name="userid" id="userid" ></td>
      </tr>
      <tr> 
        <td width="26%"><div align="right"><font color="#FFFFFF"><strong>ADDRESS :</strong></font></div></td>
        <td width="74%"><input type="text" name="userid" id="userid" ></td>
      </tr>
      <tr> 
        <td width="26%"><div align="right"><font color="#FFFFFF"><strong>E-MAIL :</strong></font></div></td>
        <td width="74%"><input type="text" name="userid" id="userid" ></td>
      </tr>

    </table>
  <p> 
    <input type="submit" name="Submit" value="Submit">
    <input name="Reset" type="reset" id="Reset" value="Reset">
    <strong><font color="#000000"> </font></strong></p>
</div>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?