Table of Contents
Introduction
Information Tags
String Tags
Variable Tags
URL Tags
If Tags
Graphics Tags
Database Tags
Programming Tags
Supports System
SSI
htaccess
Image Maps
Appendix
|
<cgi>
|
 |
<cgi> is defined in the CGI executable support module.
Executes a CGI script, any attributes is forwarded from the tag to the
CGI script. The same can be achived bu the <insert> tag or
SSI <-- #exec -->, but the <cgi> tag has a nicer
syntax.
|
|
Attributes
- script
-
The CGI script to invoke.
-
-
- default-argument
-
This argument will be sent to the CGI script, unless a form variable
exists with the same name.
Example
|