ch06l05.txt

来自「《Web编程专家指南》」· 文本 代码 · 共 23 行

TXT
23
字号
Listing 6.5 The debug form.<!-- <FORM ACTION="mailto:brat" METHOD="POST"> --> <FORM ACTION="http://yourmachine:urport/cgi-bin/testcgi.cgi" METHOD="POST"> <H1>Test CGI Form</H1> <P ALIGN=JUSTIFY> This form is used as a front-end to testcgi. <HR> <INPUT TYPE="text" NAME="TestCgi-ScriptName" VALUE=""> Script Name<BR> <INPUT TYPE="text" NAME="TestCgi-Method" VALUE="POST"> Method<BR> <!-- Insert the form to be tested minus the FORM header and trailer --> <!-- and the Submit and clear buttons --> <HR> <INPUT TYPE="submit" VALUE="Submit Form"> Submit Button<BR> <INPUT TYPE="reset" VALUE="Clear Values"> Reset Button.  <P> </FORM>

⌨️ 快捷键说明

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