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

📄 login.jsp

📁 大型数据库课程设计源码
💻 JSP
字号:
<%@ page language="java"   pageEncoding="UTF-8"%>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>虚拟银行网上服务登录</title>
<link href="http://mail.sina.com.cn/freemail/loginbefore/css/free-reg1.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://mail.sina.com.cn/freemail/loginbefore/css/login_error.css" rel="stylesheet" type="text/css" media="all" />
<style type="text/css">
<!--
#regstep {
	margin:0 auto 20px auto;
	text-align:center;
	width:704px;
	padding-top:31px;
	padding-bottom:3px;}
	#regstep .h4_error h4 a:link,#regstep .h4_error h4 a:visited{
color:#666;
text-decoration:none;}
#regstep .h4_error h4 a:hover{
text-decoration:underline;}

-->
</style>
</head>
<body>
<div id="all">
  <!--标准头开始-->
  
  <div id="regstep">
    <div class="h4_error">
      <h4>网上已注册客户登录</h4>
    </div>
    <div id="step1">
      
     
      <div class="errorinfo_loginarea" aligin=center>
      	 <form  name=free method=post action="/netservice/servlet/LoginServlet">
        <table class="errorinfo_login">
          <tr>
            <th> 
                	用户名: 
            <td><input name="usrname" type="text" class="inp_errorlogin" />
             
          </tr>
          <tr>
            <th>密码</th>
            <td><input name="psw" type="password" class="inp_errorlogin" />
            	<input type="hidden" name="product" value="mail">
              <a href="reg.jsp" target="_blank">找回密码</a> <a href="reg.jsp" target="_parent">注册</a></td>
          </tr>
          
          <tr>
            <th>&nbsp;</th>
            <td><input name="登录" type="submit" value="登 录" style=" padding:2px 15px; text-align:center;" /></td>
          </tr>
        </table>
				</form>
       
      </div><div class="error_login_bottom"></div>
    </div>
  </div>
  
</div>
</body>
</html>

⌨️ 快捷键说明

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