Help for this page

Select Code to Download


  1. or download this
    If the specified URL is a CGI program, the program will be executed an
    +d its output inserted in place of the directive in the parsed file. Y
    +ou may include a query string in a CGI url:
    
    <!--#include virtual="/cgi-bin/example.cgi?argument=value" -->
    
    include virtual should be used in preference to exec cgi to include th
    +e output of CGI programs into an HTML document.