home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Komunik / sambar / sambar53b3.exe / sysadmin / control / pop3mail / index.asp < prev    next >
Encoding:
Text File  |  2002-11-15  |  809 b   |  34 lines

  1. <HTML>
  2. <HEAD><TITLE>Sambar Server POP3Mail</TITLE>
  3. <% 
  4. #include "../header.asp"
  5. #include "../menu.asp"
  6. area = "index";
  7. #include "menu.asp"
  8. %>
  9. <BR>
  10. <CENTER>
  11. <FORM method=post action=login.asp>
  12. <INPUT type=hidden name=start VALUE="1">
  13. <INPUT type=hidden name=stop VALUE="20">
  14. <TABLE border=0 cellpadding=4 cellspacing=0>
  15. <TR nowrap><TD><B>POP3 Server</B></TD>
  16.   <TD><INPUT NAME=server VALUE="localhost" SIZE=30></TD>
  17. </TR>
  18. <TR nowrap><TD><B>Login</B></TD>
  19.   <TD><INPUT TYPE=text NAME=username VALUE="" SIZE=30></TD>
  20. </TR>
  21. <TR nowrap><TD><B>Password</B></TD>
  22.   <TD><INPUT TYPE=password NAME=password VALUE="" SIZE=30></TD>
  23. </TR>
  24. <TR nowrap><TD></TD>
  25.   <TD><INPUT TYPE=submit VALUE="POP3 Login"></TD>
  26. </TR>
  27. </TABLE>
  28. </FORM>
  29. </CENTER>
  30. <%
  31. #include "../footer.asp"
  32. %>
  33. </BODY></HTML>
  34.