WebDesignBase::InsertHTML (open)
Insert a HTML fragment
Syntax
LOADLIB "mod::publisher/lib/webdesign.whlib";
MACRO InsertHTML(STRING htmlcode, STRING location)Parameters
STRING htmlcodeRaw code to insert
STRING locationInsert location, one of "dependencies-top","dependencies-bottom","content-top","content-bottom","body-top","body-bottom"
Description
Insert a predetermined HTML fragment at a specific insert location. This function cannot be called when rendering has started.