wzp
2021-09-16 f73f7f06ed1cbdca4a1d7c127ca89829b6f2433c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<%@ Page Language="C#" masterpagefile="~/Main.master"  AutoEventWireup="true" CodeFile="Error.aspx.cs" Inherits="Error" %>
 
<asp:Content ID="Content1" ContentPlaceHolderID="title" Runat="Server">
Error accessing web site!
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server">
<script>
    $(function () {
        mytek.alert("由于长时间未操作,请重新登录!",false, function () {
            window.top.location.replace("/default.aspx");
        });
    });
</script>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="content" Runat="Server">
 
</asp:Content>