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 >
Wrap
Text File
|
1999-10-11
|
2KB
|
58 lines
<HTML>
<HEAD>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
</HEAD>
<BODY bgcolor=#ffffff>
<CENTER><FONT SIZE=6>Create a New Host</FONT></CENTER>
<BR>
<SCRIPT language="JavaScript">
<!--
function Form_Validator(theForm)
{
if (theForm.src.value == "")
{
alert("Please enter a value for the \"Source\" field.");
theForm.src.focus();
return (false);
}
if (theForm.host.value == "")
{
alert("Please enter a value for the \"Host Name(s)\" field.");
theForm.host.focus();
return (false);
}
}
//-->
</SCRIPT>
<BR>
<FORM METHOD="POST" ACTION="/session/addhost" TARGET="_top" onsubmit="return Form_Validator(this)">
<INPUT TYPE="hidden" NAME="RCpage" VALUE="/sysadmin/dns/hosts.stm">
<INPUT TYPE="hidden" NAME="type" VALUE="<RC$type>">
<TABLE border=0 cellpadding=5 cellspacing=2 width=550>
<TR valign=top>
<RCif RC$type = mx>
<TD align=right><B>Mail Server</B></TD>
<TD><INPUT TYPE="text" NAME="src" VALUE="" SIZE=20 MAXLENGTH=20><BR>
<I>(i.e. smtp.netcom.com)</I></TD>
<RCelse>
<TD align=right><B>IP Address</B></TD>
<TD><INPUT TYPE="text" NAME="src" VALUE="" SIZE=20 MAXLENGTH=20><BR>
<I>(i.e. 192.153.48.181)</I></TD>
<RCendif>
</TR>
<TR VALIGN=top>
<TD align=right><B>Host Name(s)</B></TD>
<TD><INPUT TYPE="text" NAME="host" VALUE="" SIZE=40 MAXLENGTH=255>
<I>(i.e. www www.sambar.com www.sambar.net)</I></TD>
</TR>
<TR>
<TD></TD><TD><INPUT TYPE="submit" VALUE="Create New Host Entry"></TD>
</TR>
</TABLE>
</FORM>
</CENTER>
</BODY>
</HTML>