|
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 : |
<!-- MENU-LOCATION=NONE -->
<%@EnableSessionState=False%>
<html>
<head>
<script language="JavaScript">
parent.document.title = "Upload in Progress";
</script>
<title>Upload in Progress</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="<%
select case request.QueryString("ProgressPage")
case "Graphics_Cyan_1", "Graphics_Cyan_2", "Graphics_Cyan_3"
response.Write("#D4E6F9")
case "Graphics3D"
response.Write("#CCCCCC")
case "Graphics_Orange"
response.Write("#FDCF7D")
case "Graphics_Green"
response.Write("#6FD764")
case "Graphics_Blue"
response.Write("#60ADFE")
end select
%>" leftmargin="2" topmargin="2" marginwidth="2" marginheight="2">
<table width="100%" border="0" cellspacing="0" cellpadding="00">
<tr>
<td align="center"><img src="<%
select case request.QueryString("ProgressPage")
case "Graphics_Cyan_1"
response.Write("Cyan_1.gif")
case "Graphics_Cyan_2"
response.Write("Cyan_2.gif")
case"Graphics_Cyan_3"
response.Write("Cyan_3.gif")
case "Graphics3D"
response.Write("Transfer.gif")
case "Graphics_Orange"
response.Write("Orange.gif")
case "Graphics_Green"
response.Write("Green.gif")
case "Graphics_Blue"
response.Write("Blue.gif")
end select
%>" border="0" /></td>
</tr>
</table>
</body>
</html>