home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 November
/
PCWorld_1999-11_cd.bin
/
Komunik
/
Sambar
/
_setup.1
/
newhost.stm
< prev
next >
Wrap
Text File
|
1999-02-10
|
1KB
|
51 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.ip.value == "")
{
alert("Please enter a value for the \"IP Address\" field.");
theForm.ip.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.htm">
<TABLE border=0 cellpadding=5 cellspacing=2 width=550>
<TR valign=top>
<TD align=right><B>IP Address</B></TD>
<TD><INPUT TYPE="text" NAME="ip" VALUE="" SIZE=20 MAXLENGTH=20><BR>
<I>(i.e. 192.153.48.181)</I></TD>
</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>