Notification.aspx
上传用户:tree100901
上传日期:2007-06-03
资源大小:2295k
文件大小:1k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="Notification.aspx.cs" AutoEventWireup="false" Inherits="OA.Notification" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>通告</title>
  6. <style type="text/css">TABLE { FONT-SIZE: 9pt }
  7. BODY { FONT-SIZE: 9pt }
  8. </style>
  9. <LINK href="baseStyle.css" type="text/css" rel="stylesheet">
  10. <LINK href="MENU/menuStyle.css" type="text/css" rel="stylesheet">
  11. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  12. <meta name="CODE_LANGUAGE" Content="C#">
  13. <meta name="vs_defaultClientScript" content="JavaScript">
  14. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  15. <script>
  16. function iftime(){
  17. setTimeout("opener=null;self.close();",8000);
  18. }
  19. </script>
  20. </head>
  21. <body onload="iftime()"topmargin="2" leftmargin="2">
  22. <form id="Form1" method="post" runat="server">
  23. <TABLE id="Table1" cellSpacing="1" cellPadding="1" border="1" style="WIDTH: 100%; HEIGHT: 100%">
  24. <TR>
  25. <TD vAlign="top">
  26. <asp:Label id="Contents" runat="server"></asp:Label>
  27. <asp:Label id="Writer" runat="server"></asp:Label></TD>
  28. </TR>
  29. </TABLE>
  30. </form>
  31. </body>
  32. </HTML>