CFHTMLHEAD Example

CFHTMLHEAD writes the text specified in the TEXT attribute to the <HEAD> section of a generated HTML page. CFHTMLHEAD can be useful for embedding JavaScript code, or placing other HTML tags such as META, LINK, TITLE, or BASE in an HTML header.

View the source of this frame to see that the title of the page is generated by the CFHTMLHEAD tag.