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

📄 login.html

📁 基于JSP的公交查询系统,很好用的,适于学习,操作语句全在jsp页面里
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理员登录</title>
<style type="text/css">
<!--
body {
	background-image:  url(Picture/index-top_2.gif);
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
-->
</style></head>

<body leftMargin=0 topMargin=0 marginheight="0" marginwidth="0"><table></table>
<table width="780" border="1">
  <tr>
    <td width="765" height="164"><img src="Picture/sea&man_M.jpg" width="1023" height="175" border="0" usemap="#Map"></td>
  </tr>
</table>
<form name="form1" method="post" action="logincheck.jsp"> 
  <table width="284" height="140" align="center"  background="Picture/l33.gif">
    <tr>
      <td height="20" colspan="2" background="Picture/topbg.gif"> <div align="center" class="style1">管理员登录 </div></td>
    </tr>
    <tr >
      <td width="72" height="30"><div align="right">用户名:</div></td>
      <td width="200">
        <div align="left">
          <input type="text" name="username">
        </div></td>
    </tr>
    <tr background="Picture/l33.gif">
      <td height="35"><div align="right">密码:</div></td>
      <td><input name="password" type="password" size="15"></td>
    </tr>
    <tr background="Picture/l33.gif">
      <td colspan="2"><p>
                            
         
            <input type="submit" name="Submit" value="登录"> 
        <input type="reset" name="Submit2" value="重置">
         
        
         
            
         
         
         
  </p>
      </td>
    </tr>
    <tr background="Picture/l33.gif">
      <td colspan="2" background="Picture/bottombg.gif">&nbsp;</td>
    </tr>
  </table>
  <div align="center"></div>
  <div align="center"></div>
  <div align="center"></div>
</form>
<map name="Map">
  <area shape="rect" coords="724,136,991,165" href="homepage.jsp" target="_self">
</map>
</body>
</html>

⌨️ 快捷键说明

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