home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD>
- <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
- <TITLE>System Variables</TITLE>
- </HEAD>
- <BODY bgcolor=#ffffff>
-
- <SCRIPT language="JavaScript">
- <!--
- function Form_Validator(theForm)
- {
- if (theForm.varname.value == "")
- {
- alert("Please enter a value for the \"Variable Name\" field.");
- theForm.varname.focus();
- return (false);
- }
- }
- //-->
- </SCRIPT>
-
- <CENTER>
- <A HREF="/sysadmin/index.stm" TARGET=_top>
- <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
- <FONT SIZE=6>System Variables</FONT>
- <BR>
- <BR>
- <TABLE border=1 cellpadding=20>
- <TR VALIGN=top><TD>
- <FONT SIZE=+1><I><B>Add/Modify a System Variable</B></I></FONT>
- <P>
- <FORM METHOD=POST ACTION="/session/updatevars" onsubmit="return Form_Validator(this)">
- <INPUT TYPE=hidden NAME="RCpage" VALUE="/sysadmin/vars.stm">
- <TABLE border=0 cellpadding=5>
- <TR>
- <TD><B>Variable Name</B>:</TD>
- <TD><INPUT TYPE=text NAME="varname" SIZE=20 MAXSIZE=20></TD>
- </TR>
- <TR>
- <TD><B>Variable Data</B>:</TD>
- <TD><INPUT TYPE=text NAME="data" SIZE=20 MAXSIZE=60></TD>
- </TR>
- </TABLE>
- <P>
- <INPUT TYPE=submit VALUE="Add/Modify Variable">
- </FORM>
- </TD><TD>
- <FONT SIZE=+1><I><B>Defined System Variables</B></I></FONT>
- <P>
- <RCXhelpvars>
- </TD></TR></TABLE>
- </CENTER>
- <BR>
- <BR>
- <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
- </BODY>
- </HTML>
-