bottom.asp
来自「企业进销存管理系统 企业级别的进销存管理系统」· ASP 代码 · 共 19 行
ASP
19 行
<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"> [ 操作员:<%=session("name")%> ]</td>
<td width="49%" align="right" class="word_yellow"> <a href="../logout.asp">[ 退出登录 ]</a></td>
<td width="2%"> </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 + =
减小字号Ctrl + -
显示快捷键?