Executes a CGI script, any attributes is forwarded from the tag to the
CGI script. The same can be achieved by the <insert> tag or
SSI <!-- #exec -->, but the <cgi> tag has a nicer
syntax.
Attributes
- script=path
-
The CGI script to invoke.
- attribute=value
-
This attribute will always be sent to the CGI script, as a form
variable. It cannot be overridden.
- default-attribute=value
-
This attribute will be sent to the CGI script, unless a form variable
exists with the same name.
|