home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd1.bin / Komunik / sambar / _setup.1 / newhost.stm < prev    next >
Text File  |  2000-08-01  |  1KB  |  43 lines

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