HTMLCodeFormat Example

This example has been disabled for online viewing. Please use your copy of ColdFusion to view this example.

because you entered no url or an empty string, the tag will return the following address: http://localhost/cfdocs/index.htm

Show the file

Here is an example of 255 characters from your file output in HTMLCodeFormat:

#HTMLCodeFormat(Mid(CFHTTP.FileContent,1,255))#

Here is an example of 255 characters from your file output in HTMLEditFormat:

#HTMLEditFormat(Mid(CFHTTP.FileContent,1,255))# --->