home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / sambar / _setup.1 / newhost.stm < prev    next >
Text File  |  2001-02-18  |  1KB  |  44 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <META HTTP-EQUIV="Expires" CONTENT="-1">
  5. <RCXhelprpcjs rpc=addhost>
  6. </HEAD>
  7. <BODY bgcolor=#ffffff>
  8. <CENTER><FONT SIZE=6>Create a New Host</FONT></CENTER>
  9. <BR>
  10. <BR>
  11. <FORM METHOD="POST" ACTION="/session/addhost" TARGET="_top" onsubmit="return Validate_addhost(this)">
  12. <INPUT TYPE="hidden" NAME="RCpage" VALUE="/sysadmin/dns/hosts.stm">
  13. <INPUT TYPE="hidden" NAME="type" VALUE="<RC$type>">
  14.  
  15. <TABLE border=0 cellpadding=5 cellspacing=2 width=550>
  16. <TR valign=top>
  17. <RCif RC$type = mx>
  18. <TD align=right><B>Mail Server</B></TD>
  19. <TD><INPUT TYPE="text" NAME="src" VALUE="" SIZE=20 MAXLENGTH=20><BR>
  20.     <I>(i.e. smtp.netcom.com)</I></TD>
  21. <RCelse>
  22. <TD align=right><B>IP Address</B></TD>
  23. <TD><INPUT TYPE="text" NAME="src" VALUE="" SIZE=20 MAXLENGTH=20><BR>
  24.     <I>(i.e. 192.153.48.181)</I></TD>
  25. <RCendif>
  26. </TR>
  27. <TR VALIGN=top>
  28. <TD align=right><B>Host Name(s)</B></TD>
  29. <TD><INPUT TYPE="text" NAME="host" VALUE="" SIZE=40 MAXLENGTH=255><BR>
  30. <RCif RC$type = mx>
  31.     <I>(i.e. netcom.com corp.netcom.com)</I></TD>
  32. <RCelse>
  33.     <I>(i.e. www www.sambar.com www.sambar.net)</I></TD>
  34. <RCendif>
  35. </TR>
  36. <TR>
  37. <TD></TD><TD><INPUT TYPE="submit" VALUE="Create New Host Entry"></TD>
  38. </TR>
  39. </TABLE>
  40. </FORM>
  41. </CENTER>
  42. </BODY>
  43. </HTML>
  44.