renderObject

Syntax renderObject (adr)

Params adr is the address of an object to render and include in the current web page.

Action Renders the object and includes it in the current web page.

Returns The HTML string.

Examples renderObject (@websites.samples.randomStuff)

   » "Here's some random text on a web page. It shows off many of the features of Frontier's built-in web scripting language, glossaries and automatic hotlinking.\r\rYou can write in HTML here. <font color=\"green"><b>Not a problem!</b></font>r\rYou can ..."

Notes This macro is stored at html.data.standardMacros.renderObject.

See Also include

Discuss