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

📄 login.jsp

📁 基于J2EE的网络物流系统 用户操作: 1. 录入出库商品信息 2. 查询出库单信息 3. 录入入库商品信息 4. 查询入库单信息 5. 查询商品位置信息 6. 查询商品信息 7. 查
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=gb2312" pageEncoding="GB2312"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<% request.setCharacterEncoding("gb2312");%>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>U/T网络物流系统</title>
<style type="text/css">
<!--
body,td,th {
	font-family: 宋体;
}
body {
	background-color: #168AC2;
}
-->
</style>
<script language="JavaScript" src="<%=request.getContextPath()%>/cssjs/comjs.js"></script>
<%
	String ok=(String)session.getAttribute("ok");
	String loginname=(String)session.getAttribute("loginname");
	if(ok!=null&&loginname!=null){
	session.setAttribute("ok",null);
	session.setAttribute("loginname",null);
	}
%>
<link href="<%=request.getContextPath()%>/cssjs/comcss.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="setloginname_focus()">
<table width="763" height="392" border="0" align="center">
  <tr>
    <td width="733" height="198">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="772" height="152">
      <param name="movie" value="../image/logo.swf">
      <param name="quality" value="high">
      <embed src="../image/logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="772" height="152"></embed>
    </object></td>
  </tr>
  <tr>
    <td height="188" valign="bottom"><form name="loginform" method="post" action="/Logistic/logincheck">
      <table width="262" border="1" align="center" cellpadding="1" cellspacing="0" bordercolor="#6699CC">
        <tr align="center">
          <td colspan="3" class="code">迅捷物流系统</td>
          </tr>
        <tr>
          <td width="56" height="22" align="right" valign="middle" class="code">用户名:</td>
          <td width="144"><input name="loginname" type="text" class="style9" id="loginname" size="20" maxlength="20" onFocus=""></td>
          <td width="48" class="style5">*</td>
        </tr>
        <tr>
          <td height="21" align="right" valign="middle" class="code">密码:</td>
          <td><input name="loginpassword" type="password" class="style9" id="loginpassword" size="20" maxlength="20"></td>
          <td class="style5">*</td>
        </tr>
        <tr align="center" valign="middle">
          <td colspan="3"><input name="Submit" type="submit" class="buttonstyle" onClick="logincheck()" value="提交">
          &nbsp;&nbsp;&nbsp;
            <input name="Submit2" type="reset" class="buttonstyle" value="重填"></td>
          </tr>
      </table>
      <p>&nbsp;</p>
    </form></td>
  </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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