test.cgi.html

来自「vipsi(一个友好的程序)是一个外壳和脚本语言」· HTML 代码 · 共 46 行

HTML
46
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD>	<meta name="Content-Type"       content="text/html; charset=utf-8">	<meta name="Generator"          content="hand crafted">	<meta name="Author"             content="kio&#64;little-bat.de">	<meta name="KeyWords"           content="kio zx spectrum eden zxsp mac spectacle z80">	<title>Kio's Sites</title></HEAD><BODY style="padding:8px;padding-left:16px;font-family:sans-serif;">	<h1>Test form for test.cgi</h1>		<p>start your local web server  	<br>Mac OS X: Apple menu &gt; System preferences &gt; Sharing &gt; Web sharing	<p>copy the test.cgi into the cgi-directory	<br>Mac OS X: /Library/WebServer/CGI-Executables/	<p>copy this html page into your http directory	<br>Mac OS X: &lt;user_directory&gt;/Sites	<p>retrieve this page via http from your web server	<br>Mac OS X: http:localhost/~&lt;your_user_name&gt;/test.cgi.html	<p>now the forms below should call the test.cgi script to generate a test page.	<h2>Testformular f&uuml;r CGI-GET</h2>	<form action="/cgi-bin/test.cgi" method="get">		<input type="hidden" name="hidden_input" value="hidden input Testtext">		<select name="select1"><option>Anton<option>Berta<option>Caesar</select>		<input name="input1" type="text" size="30" maxlength="40" value="input1 vorgabetext">		<p>		<input type="submit" value=" Submit "> &nbsp; <input type="reset" value=" Reset ">	</form>			<h2>Testformular f&uuml;r CGI-POST</h2>	<form action="/cgi-bin/test.cgi" method="post">		<input type="hidden" name="hidden_input" value="hidden input Testtext">		<select name="select1"><option>Anton<option>Berta<option>Caesar</select>		<input name="input1" type="text" size="30" maxlength="40" value="input1 vorgabetext">		<p>		<input type="submit" value=" Submit "> &nbsp; <input type="reset" value=" Reset ">	</form>		</BODY></HTML>

⌨️ 快捷键说明

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