MACROMEDIA COLDFUSION 5 - CFML Reference page 71

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

Advertisement

Alphabetical List of ColdFusion Tags
</title>
</head>
<body>
<H3>cfcontent Example</H3>
<!--- Files may be set to delete after downloading,
allowing for the posting of changing content. --->
<cfcontent type = "text/html"
file = "c:\inetpub\wwwroot\cfdocs\main.htm" deleteFile = "No">
</body>
</html>
<!--- This example shows how the reset attribute changes textual
<html>
<head>
<title>
cfcontent Example 2
</title>
</head>
<body>
<H3>cfcontent Example 2</H3>
<P>This example shows how the reset attribute changes the output for
<P>reset = "Yes ": 123<cfcontent type = "text/html" reset = "Yes ">456</
<P>This example shows how the reset attribute changes the output for
<P>reset = "No ": 123<cfcontent type = "text/html" reset = "No ">456</P>
</body>
</html>
output. --->
text.</P>
P>
text.</P>
53

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 5 - CFML and is the answer not in the manual?

This manual is also suitable for:

Coldfusion 5

Table of Contents