WebDesignBase::InsertHTML (open)

Insert a HTML fragment

Syntax

LOADLIB "mod::publisher/lib/webdesign.whlib";

MACRO InsertHTML(STRING htmlcode, STRING location)

Parameters

STRING htmlcode

Raw code to insert

STRING location

Insert 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.