wwResponse::HTMLFooter

Creates a footer for a page. Creates </BODY></HTML> tags preceeded by option HTML passed as parm. Optionally pass text to display just prior to tags

o.htmlfooter(tcText,tlNoOutPut)

Return Value

"" if sending to file and the output text if lNoOuput is .T.

Parameters

tcText
Optional - HTML text to display just above the closing of the HTML document. This can be handy for using a predefined template that gets displayed on the bottom of every page. For example, the Web Connection Demo uses a #DEFINE to create a string of a page footer that displays the 'Back to Demo Page' and 'Show Code' links - these automatically get embedded onto every page.

llNoOutPut
When set to .T. output is not sent to file, instead returning the result as a string.

Example

Response.HTMLHeader("Customer Demo Example","West Wind Customer Demo")

Response.Write("Hello World")

Response.HTMLFooter()

See also:

Class wwResponse

© West Wind Technologies, 1996-2022 • Updated: 11/26/15
Comment or report problem with topic