home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Komunik / sambar / _SETUP.1 / vars.stm < prev    next >
Text File  |  1999-03-01  |  1KB  |  58 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <TITLE>System Variables</TITLE>
  5. </HEAD>
  6. <BODY bgcolor=#ffffff>
  7.  
  8. <SCRIPT language="JavaScript">
  9. <!--
  10. function Form_Validator(theForm)
  11. {
  12.     if (theForm.varname.value == "")
  13.     {
  14.         alert("Please enter a value for the \"Variable Name\" field.");
  15.         theForm.varname.focus();
  16.         return (false);
  17.     }
  18. }
  19. //-->
  20. </SCRIPT>
  21.  
  22. <CENTER>
  23. <A HREF="/sysadmin/index.stm" TARGET=_top>
  24. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  25. <FONT SIZE=6>System Variables</FONT>
  26. <BR>
  27. <BR>
  28. <TABLE border=1 cellpadding=20>
  29. <TR VALIGN=top><TD>
  30. <FONT SIZE=+1><I><B>Add/Modify a System Variable</B></I></FONT>
  31. <P>
  32. <FORM METHOD=POST ACTION="/session/updatevars" onsubmit="return Form_Validator(this)">
  33. <INPUT TYPE=hidden NAME="RCpage" VALUE="/sysadmin/vars.stm">
  34. <TABLE border=0 cellpadding=5>
  35. <TR>
  36. <TD><B>Variable Name</B>:</TD>
  37. <TD><INPUT TYPE=text NAME="varname" SIZE=20 MAXSIZE=20></TD>
  38. </TR>
  39. <TR>
  40. <TD><B>Variable Data</B>:</TD>
  41. <TD><INPUT TYPE=text NAME="data" SIZE=20 MAXSIZE=60></TD>
  42. </TR>
  43. </TABLE>
  44. <P>
  45. <INPUT TYPE=submit VALUE="Add/Modify Variable">
  46. </FORM>
  47. </TD><TD>
  48. <FONT SIZE=+1><I><B>Defined System Variables</B></I></FONT>
  49. <P>
  50. <RCXhelpvars>
  51. </TD></TR></TABLE>
  52. </CENTER>
  53. <BR>
  54. <BR>
  55. <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  56. </BODY>
  57. </HTML>
  58.