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

📄 leftmenu.asp

📁 一个企业客户信息收集管理系统.软件下载 源码下载 站长教程 建站资讯 素材下载┆ ┆站长论坛 免费服务 虚拟主机 域名注册 免费代码┆ ┆网站评测 人才交流 酷站赏析 业界新闻 程序发布
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="cs_conn.inc.asp"-->

<%
if not session("userClass")>=1 then
	response.redirect "login.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title> </title>
<style type="text/css">
<!--
body {
	background-color: #FF9900;
}
td {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
-->
</style>
</head>

<body leftmargin="0" topmargin="0">
<table width="160" border="0" cellspacing="2" cellpadding="4">
  <tr> 
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td align="center"> 
      <%

response.write YEAR(date())&"年"


response.write month(date()) &"月"& day(date()) &"日"&"<br><br>"

select case weekday(date())
	case 1:
		theweek="日"
	case 2:
		theweek="一"
	case 3:
		theweek="二"
	case 4:
		theweek="三"
	case 5:
		theweek="四"
	case 6:
		theweek="五"
	case 7:
		theweek="六"
end select
response.write "星期"&theweek
%>
    </td>
  </tr>
  <tr> 
    <td align="center">&nbsp;</td>
  </tr>
  <tr> 
    <td align="center"><a href="main.asp" target="mainFrame">企业信息管理首页</a></td>
  </tr>
  <tr> 
    <td align="center"><a href="input_corpinfo.asp" target="mainFrame"><font color="#FF0000">简单企业信息录入</font></a></td>
  </tr>
  <tr> 
    <td align="center"><a href="list_corpinfo.asp" target="mainFrame">已经录入企业列表</a></td>
  </tr>
  <tr> 
    <td align="center"><a href="print_info.asp" target="mainFrame">企业地址打印模式</a></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td align="center"><a href="corp_qualityinfo.asp?corp_quality=1" target="mainFrame">重点简单企业显示</a></td>
  </tr>
  <tr> 
    <td align="center"><a href="callinginfo.asp" target="mainFrame">企业分行业类显示</a></td>
  </tr>
  <tr> 
    <td align="center">企业分类打印</td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td align="center"><a href="ad_pass.asp" target="mainFrame">修改用户密码</a></td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td align="center"><a href="logout.asp" target="_top">退出本次登陆</a></td>
  </tr>
  <tr> 
    <td align="center"><a href="http://www.crescent.net.cn/" target="_blank">新月网络工作室</a></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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