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

📄 home.asp

📁 企业内部办公管理信息系统 (一个用ASP开发的基于B/S方式的毕业设计)
💻 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 border=0 align=center cellpadding=2 cellspacing=1 bordercolor="#996633" bgcolor=#164DA8>
  <tr bgcolor=white>
    <td    valign=center bgcolor="#0066CC" > 
      <div align="center"><font color="#CCCCCC" size="+7" face="华文隶书"><strong>公司内部办公信息管理系统</strong></font></div></td>
  </tr>
</table>
<table width="800" border="0" bordercolor="#164DA8" align="center" cellpadding="0" cellspacing="0">
<tr>
    <td height="13">&nbsp;</td>
  </tr>
</table>
<br>

<table width=800 border=0 bgcolor=#164DA8 cellspacing=1 cellpadding=2 align=center>
  <tr>
    <td colspan=3> <font color=white>
      <P ALIGN="CENTER"><font size="2">公司内部办公信息管理系统->主页&nbsp[当前用户-
        <% response.write Session("Name") %>
        ] </font></font></td>
  </tr>
  <tr bgcolor=white > 
    <td><a href="../../login.asp"><font color="#104DAD" size="2">退出内部办公系统</font></a></td>
    <td  align=center> <font color="#104DAD" size="2" >
      <% response.write TheMessage %>
      </FONT></td>
    <td  align=right><a href=".././html/home.asp"><font color="#104DAD" size="2">系统使用帮助说明</font></a></td>
  </tr>
</table> 
<table width="800" border="0" bordercolor="#164DA8" align="center" cellpadding="0" cellspacing="0">
<tr>
    <td height="13">&nbsp;</td>
  </tr>
</table>
<br>



<table width=800 border=0 bgcolor=#164DA8 cellspacing=1 cellpadding=2 align=center>
<tr bgcolor=white  height=50 background=".././image/back.jpg"><td width=45% align=center bgcolor=#ADBEDE>
<img src=".././image/HomepagePicture1.jpg">
</td>
<td>
<table width=100% border=0>
<tr><td><p align=center><img src=".././image/lable.jpg" ><br></p></td></tr>
<tr height=20><td><p align=center>
               <font color="#104DAD">
                <% 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 > <font size="2"><a href=".././Employee/EmployeeInformation.asp"><font color="#104DAD">企业员工信息管理系统</font></font></a></td>
</tr>
<tr bgcolor=white height=50>
<td  align=center ><font size="2"> <a href=".././finance/finance.asp"><font color="#104DAD">公司财务信息管理系统</font></font></a></td>
</tr>
<tr bgcolor=white height=50>
<td  align=center ><font size="2"><a href=".././Messageboard/Communication.asp"> <font color="#104DAD" >公司内部交流信息系统</FONT></font></td>
</td></tr></table>
</td>
</tr>
</table> 

</body>
</html>
</BODY>
</HTML>

⌨️ 快捷键说明

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