<%@ 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>
|