gw_documentinfo.aspx
来自「OA自动化办公系统,就是OA自动化办公系统」· ASPX 代码 · 共 24 行
ASPX
24 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="gw_documentinfo.aspx.cs" Inherits="gw_gw_documentinfo" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>显示公文</title>
</head>
<body>
<%
COM.OA.Entity.users loginuser = Session["loginuser"] as COM.OA.Entity.users;
if (loginuser == null)
{
Response.Write("<script language='javascript'>parent.document.location.href='../login.aspx'</script>");
}
%>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?