Description |
Transmits the system ramtext "ramtext" to the standard output.
If the CGI output buffering is active the output happens only, when the buffer is full or the program is terminated.
The usual procedure for working with templates:
LoadTemplate("templates/inputform.html")
Subst('#Name#',addresses,'Name')
Subst('#Firstname#',addresses,'Firstname')
...
CGIWriteTemplate
|