There is no <ISINPUT> element, just <ISINDEX>. ;-)

This commit is contained in:
Fred Drake 1998-08-21 20:02:06 +00:00
parent 9a80e00cac
commit 637af13dca
1 changed files with 1 additions and 1 deletions

View File

@ -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