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

📄 top.jsp

📁 基于J2EE的网络物流系统 用户操作: 1. 录入出库商品信息 2. 查询出库单信息 3. 录入入库商品信息 4. 查询入库单信息 5. 查询商品位置信息 6. 查询商品信息 7. 查
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=gb2312" pageEncoding="GB2312"%>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<link href="<%=request.getContextPath()%>/cssjs/comcss.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	background-color: #168AC2;
}
.style26 {color: #000000}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
-->
</style></head>
<script src="../cssjs/DateTime2.js" language="javascript">
</script>
<body>
<table width="1013" height="79" border="0" align="center" cellspacing="0">
  <tr align="left" valign="middle">
    <td height="55" colspan="7" bordercolor="#FFFFFF"><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="1010" height="55">
        <param name="movie" value="../image/mainlogo.swf">
        <param name="quality" value="high">
        <embed src="../image/mainlogo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1010" height="55"></embed>
    </object></td>
  </tr>
  <tr>
    <td width="146" height="22" align="left" valign="middle" class="style12" id="date"><script>ShowDate(date);</script></td>
    <td width="142" align="left" valign="middle" class="style12" id="time"><script>ShowTime(time);</script></td>
    <td width="91" align="left" valign="middle" class="style12">员工:<%=session.getAttribute("loginname")%></td>
    <td width="302" class="style5"><marquee direction="left"  scrollamount="1" class="style11"  loop="infinite">
      <img src="../image/dog.gif" width="19" height="18">你好!欢迎您使用U/T物流系统,请您多提意见!
    </marquee></td>
    <td width="151">&nbsp;</td>
    <td width="74" align="left">&nbsp;</td>
    <td width="93" align="center"><a href="#"class="code" onClick="parent.close()"><img src="../image/close1_on.gif" border="0"></a></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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