<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Esci.aspx.cs" Inherits="Esci" %>

<!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>
    <form id="form1" runat="server">
    <div id="Div1" style="background-color: white; z-index: 3000; position: absolute;
        height: 350px; width: 788px; left: 0px; top: 0px;">
        <asp:Label ID="Label1" runat="server" Text="&nbsp&nbsp&nbspCONFERMARE LA CHIUSURA/PREMERE IL TASTO X IN ALTO A DESTRA"
            Width="697px" BackColor="#E0E0E0" Font-Names="Tahoma" Font-Size="10pt" ForeColor="Black"
            Style="z-index: 3001; position: absolute; left: 0px; top: 196px;" Font-Bold="True"></asp:Label>
    </div>
    
    </form>
</body>
<script language="javascript" type="text/javascript">

    var customWindow = window.open('', '_blank', '');
    customWindow.close();

//    try { window.parent.close(); } catch (err) { }
//    try { window.close(); } catch (err) { }
//    try { self.close(); } catch (err) { }
</script>
</html>