logo.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:2k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="logo.aspx.vb" Inherits="ioffice.logo"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title></title>
- <meta content="Microsoft FrontPage 5.0" name="GENERATOR">
- <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- <LINK href="css/logo.css" type="text/css" rel="stylesheet">
- <script language="javascript">
- <!--
- function showonline()
- {
- onlinewin=window.open("prg/set/onlineper.aspx?v=ss5","online","toolbar=no,status=no,resizable=yes")
- onlinewin.moveTo(20,20)
- onlinewin.resizeTo(600,500)
- }
- function re()
- {
- location.reload()
- }
- //-->
- </script>
- </HEAD>
- <body onload='setInterval("re()",60000)'>
- <form id="Form1" method="post" runat="server">
- <FONT face="宋体" size="3">
- <TABLE cellSpacing="0" cellPadding="1" width="556" border="0" style="WIDTH: 556px; HEIGHT: 4px">
- <TR>
- <TD style="WIDTH: 52px; HEIGHT: 7px" vAlign="center" align="right">
- <IMG alt="" src="img/person.gif"><A href="prg/set/onlineper.aspx"> </A>
- </TD>
- <TD class="tttable" style="WIDTH: 102px; HEIGHT: 8px" vAlign="center" align="left">
- <A onclick="showonline()" href="#">在线人数:<%=iloginnum%> </A>
- </TD>
- <TD class="tttable" style="HEIGHT: 8px" vAlign="center" align="left">
-
- </TD>
- </TR>
- </TABLE>
- </FONT>
- </form>
- </body>
- </HTML>