Learn from sources
       Member STATE in CGIDEV2 / HTMLSRC

 <!-- _top -->
 Cache-Control: no-cache
 Cache-Control: max-age=0
 Cache-Control: must-revalidate
 Pragma: no-cache
 Expires: Tue, 08 Apr 1997 17:20:00 GMT
 Content-type: text/html
 
 <HTML>
 <HEAD>
 <META http-equiv="pragma" content="no-cache">
 <META http-equiv="Expires" content="-1">
 <TITLE>State demonstration</TITLE>
 <style TYPE="text/css">
      <!--
      .centeredtitle {
       color: Blue;
       font-weight: Bold;
       font-size: 24pt;
       text-align: center
       }
       .listtitle {
       color: Blue;
       font-weight: Bold;
       font-size: 14pt;
       text-align: left;
       }
       .prompt {
       color: Black;
       font-weight: bold;
       font-size: 14pt;
       text-align: left
       }
       .emphasize {
       color: Blue;
       font-weight: bold;
       }
       .indent40 {
       margin-left: 40px;
       }
       .messagestart, .message1, .message2, .message3  {
         color: Red;
         font-weight: Bold;
      }
       .messagestart {
       font-size: 16pt
       }
       .message1 {
       margin-left: 20px;
       text-indent: -12px;
       font-size: 12pt
       }
       .message2 {
       margin-left: 40px;
       text-indent: -10px;
       font-size: 10pt
       }
       .message3 {
       margin-left: 60px;
       text-indent: -10px;
       font-size: 10pt
       }
      -->
      </style>
 <Title>Demonstration - Maintaining State Information in a User Space</Title>
 </HEAD>
 <BODY>
 <div class="centeredtitle">Demonstration - Maintaining State Information in a User Space</div><br>
 
 <!-- _body1 -->
 <FORM action="/cgidev2p/state.pgm" method="post">
         <INPUT type="hidden" name="UsrSpcName" value="/%UsrSpcName%/">
         <span class="prompt">Please enter text here</span>
         <INPUT type="text" name="AnEntry" size="40" maxlength="40"><br><br>
 
 <!-- _List -->
 <span class="listtitle">Your /%count%/ entries so far:</span><br>
 /%Entries%/
 
 <!-- _body2 -->
         <DIV align="center">
                 <INPUT type="submit" name="Submit" value="Submit entry">
                 <INPUT type="submit" name="Quit" value="Quit">
         </DIV>
 </FORM>
 
 <!-- _body3 -->
 <P>You have quit this demonstration.  Thanks for participating.</P>
 
 <!-- _StartOver -->
 <a href="/cgidev2p/state.pgm">Click here to start over</a>
 
 <!-- _runtime -->
 <P>Approximate run time <b>/%runtime%/</b> seconds
 
 <!-- _endhtml -->
 </BODY>
 </HTML>
 
 <!-- _MsgStart -->
 <span class=messagestart></span>
 
 <!-- _MsgL1 -->
 <span class=message1>- /%msgtext%/</span><br>
 
 <!-- _MsgL2 -->
 <span class=message2>- /%msgtext%/</span><br>
 
 <!-- _MsgL3 -->
 <span class=message3>- /%msgtext%/</span><br>
 
 <!-- _MsgEnd -->
 <span class=messagestart></span><br><br>
 
 <!-- _pssr -->
 <p>This program encountered an error which prevents it from processing your request.</p>
 <p>The programmer has been notified.</p>
 <p>Please try again later.</p>
 
0.074 sec.s