Outputting HTML
The Superbase Internet Server automatically handles the "nitty-gritty"
management for each CGI request. HTML is outputted using a
series of built-in subroutines.
The most important of these is the HTML subroutine.
The HTML() command outputs a single-line of text to the output
file. For example:
CALL HTML("Welcome to the Superbase Internet Server.<P>")
This causes a single line of text to be outputted to the
file. |