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

📄 login.jsp

📁 用hibernate框架实现网上书店
💻 JSP
字号:
<%@ page session="true" %><%@ page contentType="text/html; charset=GB2312" %><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="0">    <title>LIVE在线书店-会员登录</title><style type="text/css"><!--.STYLE2 {font-size: 12px}.STYLE3 {	color: #009999;	font-weight: bold;}a:link {	text-decoration: none;	color: #006699;}a:visited {	text-decoration: none;	color: #006699;}a:hover {	text-decoration: none;}a:active {	text-decoration: none;}--></style></head><body>  <%@ include file="logo2.jsp" %>        <%     String uname="";     if(!session.isNew()){        uname=(String)session.getAttribute("uname");        if(uname==null)            uname="";    }        %>                                               <table width="853" border="0">                                                  <tr>                                                      <td width="847" align="right"> <span class="STYLE2"><span class="STYLE3"><a href="index.jsp">首页</a></span></span></td>                                                  </tr>                                                </table>                                                <table width="415" border="0" align="center">  <tr>    <td width="409" bgcolor="#CCCCCC">新用户请先注册</td>  </tr>  <tr><td>&nbsp;</td></tr>  <tr>    <td align="center"><form id="form1" name="form1" method="post" action="Userregedit.jsp">      <label>      <input type="submit" name="Submit" value="注册新用户" />      </label>            </form></td>  </tr>  <tr><td>&nbsp;</td></tr>  <tr><td>&nbsp;</td></tr>  <tr>    <td bgcolor="#CCCCCC">会员登录</td>  </tr>  <tr><td>&nbsp;</td></tr>  <tr><td>&nbsp;</td></tr>  <tr>    <td align="center"><form id="form2" name="form2" method="post" action="Usercheck.jsp">      用户名:      <label>      <input type="text" name="uname"  size="20"/>      </label>        <p>密&nbsp;码:          <label>          <input type="password" name="upassword"  size="20"/>          </label></p>             <p>验证码:<input name="rand" type="text" size="10" value=""><img border=0 src="image.jsp"></p>        <p>          <label>          <input type="submit" name="Submit2" value="登录" />          </label>        </p>    </form>    </td>  </tr>  <tr>    <td height="50">&nbsp;</td>  </tr>     <tr>    <td height="169" align="center" valign="middle" class="STYLE2">版权所有@2008,保留所有权利,Live在线书店 <br />      技术支持:Java工作实验室<br />    最后更新:2008年11月2日</td>  </tr> </table></body>   </html>

⌨️ 快捷键说明

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