logo.aspx
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:2k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="logo.aspx.vb" Inherits="ioffice.logo"%>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4. <HEAD>
  5. <title></title>
  6. <meta content="Microsoft FrontPage 5.0" name="GENERATOR">
  7. <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="css/logo.css" type="text/css" rel="stylesheet">
  11. <script language="javascript">
  12. <!--
  13. function showonline()
  14. {
  15.   onlinewin=window.open("prg/set/onlineper.aspx?v=ss5","online","toolbar=no,status=no,resizable=yes")
  16.   onlinewin.moveTo(20,20)
  17. onlinewin.resizeTo(600,500)
  18. }
  19. function re()
  20. {
  21. location.reload()
  22. }
  23. //-->
  24. </script>
  25. </HEAD>
  26. <body onload='setInterval("re()",60000)'>
  27. <form id="Form1" method="post" runat="server">
  28. <FONT face="宋体" size="3">
  29. <TABLE cellSpacing="0" cellPadding="1" width="556" border="0" style="WIDTH: 556px; HEIGHT: 4px">
  30. <TR>
  31. <TD style="WIDTH: 52px; HEIGHT: 7px" vAlign="center" align="right">
  32. <IMG alt="" src="img/person.gif"><A href="prg/set/onlineper.aspx"> </A>
  33. </TD>
  34. <TD class="tttable" style="WIDTH: 102px; HEIGHT: 8px" vAlign="center" align="left">
  35. <A onclick="showonline()" href="#">在线人数:<%=iloginnum%>&nbsp;</A>
  36. </TD>
  37. <TD class="tttable" style="HEIGHT: 8px" vAlign="center" align="left">
  38. &nbsp;
  39. </TD>
  40. </TR>
  41. </TABLE>
  42. </FONT>
  43. </form>
  44. </body>
  45. </HTML>