home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / windowsxp / ftgateoffice / ftgateoffice.exe / Main / index.fts < prev    next >
Encoding:
Text File  |  2001-11-29  |  879 b   |  30 lines

  1. <%
  2. var log = new server.log
  3.  
  4. if (request.signout=="1")
  5. {
  6.     session.webmail.domain=""
  7.     session.webmail.mailbox=""
  8.     session.webmail.password=""
  9.     session.webmail.user=""
  10. }
  11.  
  12. if (request.noframes=="1")
  13.     output.redirect("/inbox/index.fts")
  14. %>
  15. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN" "http://www.w3.org/TR/REC-html40/frameset.dtd">
  16. <HTML>
  17. <HEAD>
  18. <META NAME="GENERATOR" Content="Microsoft Developer Studio">
  19. <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
  20. <TITLE>FTGate Web Mail</TITLE>
  21. </HEAD>
  22. <FRAMESET BORDER="0" FRAMEBORDER="0" FRAMESPACING="0" ROWS="60,*">
  23.     <FRAME NAME="header" SRC="header.fts" SCROLLING="no">
  24.     <FRAMESET BORDER="0" FRAMEBORDER="0" FRAMESPACING="0" COLS="80,*">
  25.         <FRAME NAME="margin" SRC="margin.fts" SCROLLING="no">
  26.         <FRAME NAME="main" SRC="/password.fts">
  27.     </FRAMESET>
  28. </FRAMESET>
  29. </HTML>
  30.