home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / WEBSERVE / SAMBAR / DATA.1 / vars.stm < prev    next >
Text File  |  1997-06-13  |  1KB  |  57 lines

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