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

📄 bottom.asp

📁 企业进销存管理系统
💻 ASP
字号:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<table width="100%" height="37"  border="0" cellpadding="-2" cellspacing="-2">
  <tr>
    <td background="../images/default_06.gif"><table width="100%" height="23"  border="0" cellpadding="-2" cellspacing="-2">
      <tr>
        <td width="49%" class="word_yellow">&nbsp;[ 操作员:<%=session("name")%> ]</td>
        <td width="49%" align="right" class="word_yellow"> <a href="../logout.asp">[ 退出登录 ]</a></td>
        <td width="2%">&nbsp; </td>
      </tr>
    </table></td>
  </tr>
</table>
<%
response.buffer=true
response.expires=0
if session("ulogin")<>"yes" then
response.write("<script>parent.location.href='../login.asp'</script>")
end if
%>

⌨️ 快捷键说明

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