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

📄 20f876794a18001e1afee88a53cb45b1

📁 网上购物系统
💻
字号:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"charser="utf-8"%>
<%
String path2 = request.getContextPath();
String basePath2 = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path2+"/";
String errors=(String)request.getAttribute("errors");
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath2%>">
    
    <title>My JSP 'left.jsp' starting page</title>
    <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">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->

  </head>
  
  <body>
       <form name="form1" method="post" action="ManageLoginServlet">
	  <table width="213" border="0" cellspacing="0" cellpadding="0" id="border">
        <tr>
          <td width="50">用户名:              </td>
          <td width="163"><input name="userName" type="text" size="10" maxlength="20"></td>
        </tr>
        
        <tr>
          <td>密&nbsp;&nbsp; 码:</td>
          <td><input name="passWord" type="password" size="10" maxlength="20">
          </td>
        </tr>
        <%if(errors!=null){ %>
        <tr><td colspan=2><font color="ff0000"><%=errors%></font></td></tr>
        <%} %>
        <tr>
          <td colspan="2">
            <div align="left">
              <input type="submit" name="Submit" value="登陆">
              <input type="reset" name="Submit2" value="重置">
            <a href="regist.jsp">注册</a></div></td>
        </tr>
        <input type="hidden" name="method" value="userLogin"/>
      </table> 
	  </form>
  </body>
</html>

⌨️ 快捷键说明

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