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

📄 login.jsp

📁 JSP工程应用与实践
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="../error/error.jsp" %>
<html>
<head>
<title>社区登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.style25 {color: #FFCCCC}
.style26 {
	font-size: 18px;
	font-family: "楷体_GB2312";
	color: #FAEFFE;
}
-->
</style>
</head>
<link rel="stylesheet" type="text/css" href="../image/com.css"/>
<script language="JavaScript" src="../image/com.js"></script>
<body> 
<table width="570" height="*" border="0" align="center">
    <tr>
      <td width="564" height="74" colspan="2" align="center" class="style8" >进入紫宇轩从这里开始......</td>
    </tr>
    <tr>
      <td height="27" colspan="2" align="center" class="style5">
<%
	String ok=(String)session.getAttribute("ok");
	if(ok!=null){
	out.print(ok);
	session.setAttribute("ok",null);
	}
%>
</td>
    </tr>
</table>
<form name="form1" method="post" action="login_save.jsp" onSubmit="return login()"> 
  <table width="305" height="*" border="0" align="center" cellspacing="1" bgcolor="#663399" > 
    <tr align="center" bgcolor="#4B35B7" > 
      <td  height="27" colspan="2"><span class="style25"><span class="style26">=== 紫宇轩---&gt;&gt;社区登录  ===</span></span></td> 
    </tr> 
    <tr bgcolor="#FFFFFF"> 
      <td width="84" height="27" align="center">用户名:</td> 
      <td width="214" height="27"><input name="username" type="text" maxlength="20"></td> 
    </tr> 
    <tr bgcolor="#FFFFFF"> 
      <td height="27" align="center">密&nbsp;&nbsp;码:</td> 
      <td height="27"><input name="password" type="password" maxlength="20"></td> 
    </tr> 
    <tr bgcolor="#FFFFFF"> 
      <td height="27" colspan="2" align="center"> <input name="Submit" type="submit" value="登录">
      &nbsp;&nbsp;
      <input name="button" type="button" onclick="reg()" value="注册"> </td> 
    </tr> 
  </table> 
</form> 
</body>
</html>

⌨️ 快捷键说明

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