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

📄 adminlogin.jsp

📁 JSP+ORACLE网站开发实例(下).rar
💻 JSP
字号:
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Namo WebEditor v4.0(Trial)">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>超级用户登陆</title>
<style>
<!--
tr           { font-size: 10pt }
p            { font-size: 10pt }
a:link       { color: blue; text-decoration: none }
a:visited    { color: blue; text-decoration: none }
a:active     { color: #ff9966; text-decoration: none }
a:hover      { color: red; text-decoration: none }
-->
</style>
</head>

<body>
<form method="POST" action="adminpass.jsp">
<div align="center">
  <center>
    <table border="1" width="58%" cellspacing="0" cellpadding="0" bgcolor="#B89D77" bordercolor="#CC0000">
      <tr>
        <td width="100%" height="25"> 
          <p align="center"><font color="#FFFFFF"><b>超级用户登陆</b></font>
        </td>
  </tr>
  </center>
      <tr> 
        <td width="100%" bgcolor="#DDF9FF"> <br>
          <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td width="50%">
            <p align="right">超级用户账号:<input type="text" name="admin_name" size="14"></p>
          </td>
          <center>
          <td width="50%">超级用户密码:
                <input type="password" name="admin_password" size="14">
              </td>
        </tr>
        <tr>
              <td width="100%" colspan="2" height="35"> 
                <p align="center"> 
                  <input type="image" border="0" name="b1" src="images/denglu.GIF" width="30" height="15" alt="用户登录">
                </p>
          </td>
        </tr>
      </table>
      </center>
    </td>
  </tr>
</table>
</div>
</form>
<p align="center">&nbsp;</p>
</body>

</html>

⌨️ 快捷键说明

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