⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ch3-42.htm

📁 jsp基础深入学习
💻 HTM
字号:
<html>
<head>
<title>登录-读取Cookie</title>
</head>
<body bgcolor="#FFFF99">
<p align="left"><font size="6">用户登录(使用Cookie信息)</font></p>
<form name="form1" method="post" action="ch3-42.jsp">
  <table width="390">
    <tr>
      <th scope="row"><div align="right">用户名:</div></th>
      <td><div align="left">
        <input name="text" type="text" id="text2" value="user">
      </div></td>
    </tr>
    <tr>
      <th scope="row"><div align="right">密码:</div></th>
      <td><div align="left">
        <input name="password" type="password" id="password">
      </div></td>
    </tr>
    <tr>
      <th scope="row"><div align="right"></div></th>
      <td><div align="left">
        <input type="submit" name="Submit" value="登录">
      </div></td>
    </tr>
  </table>
</form>
<p align="left">&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

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