mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
There is no <ISINPUT> element, just <ISINDEX>. ;-)
This commit is contained in:
parent
9a80e00cac
commit
637af13dca
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ written in Python.
|
|||
\nodename{cgi-intro}
|
||||
|
||||
A CGI script is invoked by an HTTP server, usually to process user
|
||||
input submitted through an HTML \code{<FORM>} or \code{<ISINPUT>} element.
|
||||
input submitted through an HTML \code{<FORM>} or \code{<ISINDEX>} element.
|
||||
|
||||
Most often, CGI scripts live in the server's special \file{cgi-bin}
|
||||
directory. The HTTP server places all sorts of information about the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue