Syntax Parameters Example Programs
Inserts the footer. See w3HtmlHeader for more information.
call w3HtmlFooter (id, sub)
|
id |
In |
The item ID to insert. |
|
sub |
In |
The substitution matrix. See w3HtmlParse for more information about the substitution matrix.
You can limit the text in the item that's inserted by bracketing it with ##BEGIN## and ##END##. For instance, if you use the following call: call w3HtmlFooter("xyz.html","") ... the xyz.html item looks like this:
<!-- Only "Inserted HTML" below is inserted
--> ##BEGIN##
Be sure the ##CONTENT## is inside of the Begin/End block. |
Example Programs