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

📄 10-2.txt

📁 jsp常用实例讲解
💻 TXT
字号:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>成绩查询登录</title>
</head>

<body>

<p align="center"><b><font face="幼圆" size="5" color="blue">成绩查询登录</font></b></p>
<hr>
<form method="POST" action="jsp/query_scores.jsp">
  <div align="center">
    <center>
    <table border="1" width="50%" cellpadding="2">
      <tr>
        <td width="100%" colspan="2"><font color="#00FFFF">请输入您的姓名和口令:</font></td>
      </tr>
      <tr>
        <td width="39%" align="left"><b>您的姓名</font></b></td>
        <td width="66%"><input type="text" name="inputname" size="20"></td>
      </tr>
      <tr>
        <td width="39%" align="left"><b>您的口令</font></b></td>
        <td width="66%"><input type="password" name="inputpassword" size="20"></td>
      </tr>
    </table>
    </center>
  </div>
  <p align="center"><input type="submit" value="确定" name="B1">&nbsp;&nbsp;&nbsp;  
  <input type="reset" value="取消" name="B2"></p> 
</form> 
<p align="center"> </p>

</body>

</html>

⌨️ 快捷键说明

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