home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 June / PCWorld_2000-06_cd.bin / Software / Servis / Sambar43 / _SETUP.1 / newhost.stm < prev    next >
Text File  |  1999-10-11  |  2KB  |  58 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. </HEAD>
  5. <BODY bgcolor=#ffffff>
  6. <CENTER><FONT SIZE=6>Create a New Host</FONT></CENTER>
  7. <BR>
  8. <SCRIPT language="JavaScript">
  9. <!--
  10. function Form_Validator(theForm)
  11. {
  12.     if (theForm.src.value == "")
  13.     {
  14.         alert("Please enter a value for the \"Source\" field.");
  15.         theForm.src.focus();
  16.         return (false);
  17.     }
  18.  
  19.     if (theForm.host.value == "")
  20.     {
  21.         alert("Please enter a value for the \"Host Name(s)\" field.");
  22.         theForm.host.focus();
  23.         return (false);
  24.     }
  25. }
  26. //-->
  27. </SCRIPT>
  28. <BR>
  29. <FORM METHOD="POST" ACTION="/session/addhost" TARGET="_top" onsubmit="return Form_Validator(this)">
  30. <INPUT TYPE="hidden" NAME="RCpage" VALUE="/sysadmin/dns/hosts.stm">
  31. <INPUT TYPE="hidden" NAME="type" VALUE="<RC$type>">
  32.  
  33. <TABLE border=0 cellpadding=5 cellspacing=2 width=550>
  34. <TR valign=top>
  35. <RCif RC$type = mx>
  36. <TD align=right><B>Mail Server</B></TD>
  37. <TD><INPUT TYPE="text" NAME="src" VALUE="" SIZE=20 MAXLENGTH=20><BR>
  38.     <I>(i.e. smtp.netcom.com)</I></TD>
  39. <RCelse>
  40. <TD align=right><B>IP Address</B></TD>
  41. <TD><INPUT TYPE="text" NAME="src" VALUE="" SIZE=20 MAXLENGTH=20><BR>
  42.     <I>(i.e. 192.153.48.181)</I></TD>
  43. <RCendif>
  44. </TR>
  45. <TR VALIGN=top>
  46. <TD align=right><B>Host Name(s)</B></TD>
  47. <TD><INPUT TYPE="text" NAME="host" VALUE="" SIZE=40 MAXLENGTH=255>
  48.     <I>(i.e. www www.sambar.com www.sambar.net)</I></TD>
  49. </TR>
  50. <TR>
  51. <TD></TD><TD><INPUT TYPE="submit" VALUE="Create New Host Entry"></TD>
  52. </TR>
  53. </TABLE>
  54. </FORM>
  55. </CENTER>
  56. </BODY>
  57. </HTML>
  58.