2025-04-15 12:10:19 +02:00

32 lines
1.1 KiB
Plaintext

<%@ 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&nbspPER CHIUDERE PREMERE IL TASTO X IN ALTO A DESCTRA"
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>