Cfhtmlhead - MACROMEDIA COLDFUSION MX 61-CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

cfhtmlhead

Description
Writes text to the
code, or putting other HTML tags, such as
header.
Category
Page processing tags
Syntax
<cfhtmlhead
text = "text">
See also
cfcache, cfflush, cfheader, cfheader, cfinclude, cfsetting,
Attributes
Attribute
text
Usage
If you use this tag after the
Example
<body>
<!--- This example shows the use of cfhtmlhead --->
<cfhtmlhead
text="<meta name=""Description""
content=""This is an example of a generated header"">">
<p>cfhtmlhead writes the text specified in the text attribute to the
&lt;HEAD&gt;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.
<p>View the source of this frame to see that the title of the page is
generated by the cfhtmlhead tag.
</body>
section of a generated HTML page. It is useful for embedding JavaScript
head
Req/Opt
Default
Required
tag on a page, an error is thrown.
cfflush
,
,
, or
meta
link
title
Description
Text to add to the <head> area of an HTML page.
in an HTML page
base
cfsilent
cfhtmlhead
173

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents