cookietest.html

来自「C/C++语言的CGI接口库」· HTML 代码 · 共 46 行

HTML
46
字号
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><html>  <head>    <title>GCGI Cookie Test</title>  </head>  <body>    <h1>GCGI Cookie Test</h1>    <p>      The following GCGI test program will set cookies, read those cookies, or just print out      the headers sent back by your browser depending on which button you press.    </p>    <p>    <form method="GET" action="http://topeka.shingletowngap.org/cgi-bin/gcgiCookieTest">	<input type="hidden" name="caseAct" value="1">        <input type="Submit" value="Set Cookies">    </form>    </p>    <p>    <form method="GET" action="http://topeka.shingletowngap.org/cgi-bin/gcgiCookieTest">	<input type="hidden" name="caseAct" value="2">        <input type="Submit" value="Read Cookies">    </form>    </p>    <p>    <form method="GET" action="http://topeka.shingletowngap.org/cgi-bin/gcgiCookieTest">	<input type="hidden" name="caseAct" value="3">        <input type="Submit" value="Capture Headers">    </form>    </p>    <p>      Here is the code to make this happen:      <pre>      </pre>    </p>    <hr>    <address><a href="mailto:catchen@topeka.rebelalliance.org">Julian M Catchen</a></address><!-- Created: Tue Jul 31 18:39:05 MST 2001 --><!-- hhmts start -->Last modified: Sat Jun 15 11:54:21 MST 2002<!-- hhmts end -->  </body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?