|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/efusion1/dwzMail/ |
Upload File : |
<%@EnableSessionState=False%>
<HTML>
<Head>
<script language="JavaScript">
parent.document.title = "SendMail in progress";
</Script>
<Title>SendMail in Progress</Title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.Testo12N {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
}
.Pulsante {
width: 120px;
}
.style1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #003399;
}
-->
</style>
<script language="javascript">
function setStopSend(){
Dwz_findObj("stopSend").value = "1"
}
function Dwz_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
</script>
</Head>
<Body BGcolor="<%
select case request.QueryString("ProgressMailPage")
case "Graphics_Cyan_1", "Graphics_Cyan_2", "Graphics_Cyan_3"
response.Write("#D4E6F9")
case "Graphics3D", "WinXp"
response.Write("#CCCCCC")
case "Graphics_Orange"
response.Write("#FDCF7D")
case "Graphics_Green"
response.Write("#6FD764")
case "Graphics_Blue"
response.Write("#60ADFE")
end select
%>" scroll="no" LeftMargin=0 TopMargin=0 marginwidth="0" marginheight="0">
<Table width=100% height="30" border=0 align="center" cellpadding=1 cellspacing=0 >
<tr>
<td align="center" valign="middle" id="bar"> </td>
</tr>
</table>
<Table width="100%" border=0 align="center" cellpadding=1 cellspacing=2>
<tr >
<Td width="75" nowrap class="Testo12N">Mail send</td>
<Td class="Testo12N" id="nMail" > </td>
</tr>
<tr >
<Td width="75" nowrap class="Testo12N">Mail to</td>
<Td class="Testo12N" ><div id="nToMail" style="width:300px;height:18px;overflow:hidden" > </div></td>
</tr>
<tr >
<Td class="Testo12N">Time</td>
<Td class="Testo12N" id="timeSend"> </td>
</tr>
<tr >
<Td class="Testo12N">Status</td>
<Td width="653" class="Testo12N" id="percSend"></td>
</tr>
<tr align="center" >
<Td height="30" colspan="2" class="Testo12BB">
<input name="Button" type="button" class="Pulsante" onClick="javascript:top.close()" value="C l o s e">
<input name="Button2" type="button" class="Pulsante" onClick="javascript:setStopSend()" value="Stop send mail">
<input name="stopSend" id="stopSend" type="hidden" value="0">
</td>
</tr>
</table>
</Body>
</HTML>