Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
  URL tags
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
    <catch>
    <throw>
    <cgi>
    <crypt>
    <debug>
    <default>
    <for>
    <gauge>
    <nooutput>
    <noparse>
    <pike>
    <random>
    <realfile>
    <scope>
    <sed>
    <strlen>
    <trace>
    <vfs>
    <wizard>
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<cgi> CGI executable support

 

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.