SiteC Feature: insert_var($varname)
To insert the value of a SiteC variable into a HTML-pages insert the
following command into you HTML-source code:
<PRO ACTION="insert_var($varname)">
This tag evaluates during the compilation to the value of the attributes.
Alternatively, if you have enabled the preprocessor
you can insert:
[$ insert_variable($varname)]
If you want to know more about how to insert arbitrary statements
into the HTML-source have a look on who to embed Prolog
into the source code.
|