?? test.cgi.html
字號:
<!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@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 > System preferences > Sharing > 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: <user_directory>/Sites <p>retrieve this page via http from your web server <br>Mac OS X: http:localhost/~<your_user_name>/test.cgi.html <p>now the forms below should call the test.cgi script to generate a test page. <h2>Testformular fü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 "> <input type="reset" value=" Reset "> </form> <h2>Testformular fü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 "> <input type="reset" value=" Reset "> </form> </BODY></HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -