gw_documentinfo.aspx
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:1k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="gw_documentinfo.aspx.cs" Inherits="gw_gw_documentinfo" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>显示公文</title>
  6. </head>
  7. <body>
  8. <%
  9.     COM.OA.Entity.users loginuser = Session["loginuser"] as COM.OA.Entity.users;
  10.                 if (loginuser == null)
  11.                 {
  12.                     Response.Write("<script language='javascript'>parent.document.location.href='../login.aspx'</script>");
  13.                 }
  14.          %>
  15.     <form id="form1" runat="server">
  16.     <div>
  17.     
  18.     </div>
  19.     </form>
  20. </body>
  21. </html>