
 |
Special Routines
There are three special sub-routines in the SBISERVER program
of the Superbase Internet Server. The DrawPageInit() routine
is automatically called at the beginning of each HTML page.
The macro normally outputs standard header information for
each HTML page, however, you may wish to include additional
information such as a logo. To do so, modify the sub-routine
macro by adding the necessary code. Similarly, the DrawPageDone()
routine is automatically called at the end of each HTML page
and allows you to enter footer information. The HTML_Page$()
function is used to return a URL to the sbhtml.exe program.
The routine assumes that this directory is "/CGI-WIN/".
If your web-server has the directory aliased with another
name, you will need to change this routine to ensure that
the samples operate. |