32 lines
1.7 KiB
Plaintext
32 lines
1.7 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" ValidateRequest="false" CodeFile="Frames.aspx.cs"
|
|
Inherits="Frames" %>
|
|
|
|
<!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 id="Head1" runat="server">
|
|
<title>VIEW Gestione stampe</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
|
|
<script language="javascript" type="text/javascript">
|
|
|
|
|
|
window.onload = window_onload;
|
|
function window_onload() {
|
|
|
|
document.getElementById("LEFT").src = "Menu.aspx?" + "&token=<%=token%>&codPB=<%=codPB%>&codCliente=<%=codCliente%>&tipoRete=<%=tipoRete%>&checkPrivacy=<%=checkPrivacy%>";
|
|
document.getElementById("TOP").src = "top.aspx?" + "&token=<%=token%>&codPB=<%=codPB%>&codAs=<%=codAs%>&codCliente=<%=codCliente%>&tipoRete=<%=tipoRete%>&checkPrivacy=<%=checkPrivacy%>&asName=<%=asName%>";
|
|
document.getElementById("CENTER").src = "<%=urlCenter%>";
|
|
}
|
|
</script>
|
|
</head>
|
|
<frameset rows="112,*">
|
|
<frame name="TOP" id="TOP" src="blank.htm" marginwidth="0" marginheight="0" scrolling="no" frameborder="0">
|
|
<frameset id="CORPO" cols="188,*">
|
|
<frame name="LEFT" id="LEFT" src="blank.htm" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
|
|
<frame name="CENTER" id="CENTER" src="Attendere.htm" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0" noresize>
|
|
</frameset>
|
|
<frameset cols="0,0">
|
|
<frame name="NASCOSTO" id="NASCOSTO" src="blank.htm" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize style="DISPLAY: none;z-index:1">
|
|
</frameset>
|
|
</frameset>
|
|
</html>
|