w3HtmlInsert inserts HTML code from the named item into the page being built. This is the equivalent of:
call w3htmlInsertSection(id, sub, "")
See w3HtmlInsertSection for more details about including other files and Begin/End blocks.
call w3HtmlInsert (id , sub )
|
id |
In |
The item-id of the HTML to insert. |
|
sub |
In |
The substitution matrix. |
Example Programs