ErrorPage.aspx
上传用户:autodoor
上传日期:2022-08-04
资源大小:9973k
文件大小:1k
- <%@ Page language="c#" Codebehind="ErrorPage.aspx.cs" AutoEventWireup="false" Inherits="qminoa.Webs.ErrorPage" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <meta name=vs_showGrid content="False">
- <title>ErrorPage</title>
- <meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- </HEAD>
- <body MS_POSITIONING="GridLayout">
- <form id="ErrorPage" method="post" runat="server">
- <asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 34px; POSITION: absolute; TOP: 186px" runat="server" ForeColor="Red" Font-Size="X-Large">您无权限访问此页面,如需访问请重新登录。</asp:Label>
- 返回登录页面
- </form>
- </body>
- </HTML>