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

33 lines
1.6 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SeiEsci.aspx.cs" Inherits="SeiEsci" %>
<!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>
<link type="text/css" href="./jquery-ui-1.8.20.CSEI/css/ui-lightness/jquery-ui-1.8.20.custom.css" rel="stylesheet" />
<link href="./jquery-ui-1.8.20.CSEI/alerts-1.1/jquery.alerts.css" rel="stylesheet" type="text/css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="./jquery-ui-1.8.20.CSEI/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="./jquery-ui-1.8.20.CSEI/js/jquery-ui-1.8.20.custom.min.js"></script>
<script src="./jquery-ui-1.8.20.CSEI/alerts-1.1/jquery.alerts.js" type="text/javascript"></script>
</head>
<body>
<form id="form1" runat="server">
<div style="background-color: white; z-index: 4; position: absolute;
height: 900px; width: 900px; left: 0px; top: 0px;">
<asp:Button ID="Button2" runat="server" style="z-index: 3;font-size:14px; position: absolute; left: 10px; top: 196px;width:850px;text-align:center;"
Text="Per chiudere premere il tasto x in alto a destra" />
</div>
</form>
</body>
<script language="javascript" type="text/javascript">
try { window.parent.close(); } catch (err) { }
try { window.close(); } catch (err) { }
try { self.close(); } catch (err) { }
</script>
</html>