Notification.aspx
资源名称:OA_at.rar [点击查看]
上传用户:tree100901
上传日期:2007-06-03
资源大小:2295k
文件大小:1k
源码类别:
OA系统
开发平台:
C#
- <%@ Page language="c#" Codebehind="Notification.aspx.cs" AutoEventWireup="false" Inherits="OA.Notification" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>通告</title>
- <style type="text/css">TABLE { FONT-SIZE: 9pt }
- BODY { FONT-SIZE: 9pt }
- </style>
- <LINK href="baseStyle.css" type="text/css" rel="stylesheet">
- <LINK href="MENU/menuStyle.css" type="text/css" rel="stylesheet">
- <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- <script>
- function iftime(){
- setTimeout("opener=null;self.close();",8000);
- }
- </script>
- </head>
- <body onload="iftime()"topmargin="2" leftmargin="2">
- <form id="Form1" method="post" runat="server">
- <TABLE id="Table1" cellSpacing="1" cellPadding="1" border="1" style="WIDTH: 100%; HEIGHT: 100%">
- <TR>
- <TD vAlign="top">
- <asp:Label id="Contents" runat="server"></asp:Label>
- <asp:Label id="Writer" runat="server"></asp:Label></TD>
- </TR>
- </TABLE>
- </form>
- </body>
- </HTML>