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

📄 home.asp

📁 办公自动化系统
💻 ASP
字号:
<%@ Language=VBScript %>
<%
TheMessage="选择想进入的模块"
if isempty(Session("ID")) then
	Response.Redirect "../login.asp"
end if
%>

<html>
<head>
<title> 企业内部办公信息管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>

<table width=800 UserInfo=0 bgcolor=#16A84D cellspacing=1 cellpadding=2 align=center>
</table>
<table width="800" UserInfo="0" UserInfocolor="#16A84D" align="center" cellpadding="0" cellspacing="0">
<tr><td height="33" bgcolor="#9966FF"><div align="center"><font size="4"><strong><font color="#FFFFFF" size="3">办公自动化管理系统</font></strong></font></div></td>
</tr>
</table>

<table width=800 UserInfo=0 bgcolor=#9966FF cellspacing=1 cellpadding=2 align=center>
<tr bgcolor="#009AFF"><td colspan=3>
<P ALIGN="CENTER"><font color="white" size="2">企业办公信息管理系统->主页&nbsp[当前用户-
      <% response.write Session("Name") %>
      ]</font></td></tr>
<tr bgcolor=white >
<td width="153"><div align="center"><a href="../login.asp"><font color="#9966FF">退出办公系统</font></a></div></td>
<td width="634"> <div align="left"></div>
  <div align="left"><font color="#9966FF" >
        <% response.write TheMessage %>
  </FONT></div></td>

</tr>
</table> 




<table width=800 UserInfo=0 bgcolor=#009AFF cellspacing=1 cellpadding=2 align=center>
<tr bgcolor=white><td><p align=center>
<img src=".././image/HomepagePicture1.jpg"></p>
</td>
<td>
<table>
<tr><td><p align=center><br></p></td></tr>
<tr height=20><td><p align=center>
               <font color="#9966FF">
                <% If Time >= #12:00:00 AM# And Time < #12:00:00 PM# Then 
                Response.Write "早上好!" 
                Elseif Time >= #12:00:00 PM# And Time < #18:00:00 AM# Then 
                Response.Write "下午好!" 
                Else
                Response.Write "晚上好!"
                End If 
                %><% response.write Session("Name") %>,欢迎访问企业管理系统!今天是<% response.write Date %> </font>
</p></td></tr>                
               
<tr bgcolor=white height=50>
<td  align=center> <a href=".././Employee/yuangong.asp"><font color="#9966FF">企业员工信息管理系统</font></a></td>
</tr>
<tr bgcolor=white height=50>
<td  align=center> <a href=".././finance/finance.asp"><font color="#9966FF">企业财务信息管理系统</font></a></td>
</tr>
<tr bgcolor=white height=50>
<td  align=center><a href=".././Messageboard/Communication.asp"> <font color="#9966FF" >企业内部交流信息系统</FONT></td>
</td></tr></table>
</td>
</tr>
</table> 
</body>
</html>
</BODY>
</HTML>

⌨️ 快捷键说明

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