wzp
2021-11-30 f0a773e75016d08684a5c1fdd70d81f68141845d
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>