d0d4d1cc9eca001d1ba2e00e68293f76

来自「用struts框架做的jsp通讯录」· 代码 · 共 58 行

TXT
58
字号
<%@ page contentType="text/html; charset=GBK" %>
<%@ include file="checklogin.jsp" %>

<html>
<head>
<title>Untitled Document</title>
<link rel="stylesheet" href="css.css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<form method="post" action="add2.jsp" name="form2" >
<table width="500" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="69">Name</td>
    <td width="431">
      <input type="text" class=f2 name="name" size=15>
    </td>
  </tr>
  <tr>
    <td width="69">Phone</td>
    <td width="431"><input type="text" class=f2  name="phone" size=15>
</td>
  </tr>
  <tr>
    <td width="69">Age</td>
    <td width="431">
        <input type="text" class=f2  name="age" size=25>
      </td>
  </tr>
  <tr>
    <td width="69">Email</td>
    <td width="431">
        <input type="text" class=f2  name="email" size=25>
      </td>
  </tr>
  <tr>
    <td width="69">Address</td>
    <td width="431">
        <input type="text" class=f2  name="address" size=25>
      </td>
  </tr>
  <tr>
    <td width="69">&nbsp;</td>
    <td width="431">
      <table width="200" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><input type="submit" class=f2  name="submit" value="Add"></td>
          <td><input type="reset" class=f2 value="Reset"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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