<script language="javascript">
function showLogoutPage_New()
{document.write("<html xmlns=\"http://www.w3.org/1999/xhtml\">");
document.write("<head>");
document.write(" <title>WTC Logged out</title>");
document.write(" <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">");
document.write(" <title>GlobalSCAPE® EFT Web Transfer Client</title>");
document.write(" <link href=\"/EFTClient/EFTStyles.css\" rel=\"stylesheet\" type=\"text/css\">");
document.write("</head>");
document.write("<body>");
document.write("<br/><br/><br/><br/>");
document.write("<hr color=\"#000000\" size=\"1\"></hr>");
document.write("<table align=\"center\" border=\"0\" style=\"position:relative;top: left: 0px;\" >");
document.write("<tr><br>");
document.write("<td valign =\"middle\">");
document.write("<strong>You are now logged out.</strong><br>");
document.write("Directory listings and other screens may be retained by<br>");
document.write("your browser's history. We recommend you delete<br>");
document.write("temporary files if extremely sensitive data is involved.<br><br>");
document.write("<strong>Security notice:</strong><br>");
document.write("When logging on to this server, we will never<br>");
document.write("ask for any personal information other than <br>");
document.write("your account login name and password.<br><br>");
document.write("If you are ever prompted for additional personal<br>");
document.write("information upon attempting to log in, please<br>");
document.write("contact the server administrator.<br>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
document.write("</body>");
document.write("</html>");
document.close();
}
</script>
|