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

📄 admin_login.jsp

📁 基于JSP的简单网上书店设计与实现(各模块完整齐全)
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head>
<script language="javascript">
function fun()
{
    document.form.username.focus();
}

</script>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>星海书店后台登陆</title>

<link rel="stylesheet" href="css/text.css" type="text/css">


</head>
<body leftMargin=0  topMargin=0 marginheight="0" marginwidth="0" onLoad="fun();">
<br>
<br>
<br>
<br>
<div align="center">
  <center>
  <table align=center border=0 cellPadding=0 cellSpacing=0 width=600>
    <tr>
      <td width=134 height=37><IMG src="images/top_left2.gif"></td>
      <td width="100%" background=images/top_middle2.gif height=37>
      <p align="center"><font color="#FFFFFF">星海书店后台登陆!!!</font></td>
      <td width=49 height=37>
      <IMG height=37 src="images/top_right2.gif" width=49></td>
    </tr>
  </table>
  </center>
</div>
<div align=center>
  <center>
  <table border=0 cellPadding=0 cellSpacing=0 width=600 height=113 bordercolor="#111111">
    <tr>
      <td width=11 background="images/middle_left.gif" height=113> </td>
      <td width=578 align="center" height=21>
    <br>
    <table border="2" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#6687BA" width="48%" id="AutoNumber1" height="112">
      
	  
	  <form  name="form" method="post" action="checklogin.jsp">
      <tr>
        <td height="24" colspan="2" background="images/admin_left.gif">
        <p align="center">
        <font style="LINE-HEIGHT: 150%" face="Wingdings" color="#6687ba" size="2">
        v</font>管理员登陆<font style="LINE-HEIGHT: 150%" face="Wingdings" color="#6687ba" size="2">v</font></td>
      </tr>
      <tr>
        <td width="29%" height="30">
        <p align="center">用户名:</td>
        <td width="71%" height="30">
        <p align="center"><input name="username" type="text" class="title" size="20"></td>
      </tr>
      <tr>
        <td width="29%" height="31">
        <p align="center">密&nbsp; 码:</td>
        <td width="71%" height="30">
        <p align="center"><input name="password" type="password" class="title" size="20"></td>
      </tr>
      <tr>
        <td height="27" colspan="2">
        <p align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
          <input type="submit" value="提交">&nbsp;&nbsp; 
        <input type="reset" value="重置"> 
        
        </td>
      </tr>
      </form>
    </table>
    <br>
      </td>
      <td width=11 background="images/middle_left.gif" height=113> </td>
    </tr>
    </table>
  </center>
</div>
<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" bordercolor="#111111" width=600>
    <tr>
    <td width="133" height="72"><IMG height="72" src="images/bottom_left.gif" width="133"></td>
    <TD width="100%" background=images/bottom_middle.gif height=72>
    <font color="#FFFFFF">All Rights Reserved.Copyleft &copy; 2007-2010</font></TD>
    <td width="22" height="72"><IMG height="72" src="images/bottom_right.gif" width="22"></td>
    </tr>
  </table>
  </center>
</div>
</body>
</html>

⌨️ 快捷键说明

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