home *** CD-ROM | disk | FTP | other *** search
- <!--- This view-only example shows the use of CFHEADER --->
- <HTML>
- <HEAD>
- <TITLE>CFHEADER Example</TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>CFHEADER Example</H3>
-
- <P>CFHEADER generates custom HTTP response headers
- to return to the client.
- <P>The following example forces the browser client
- to purge its cache of a requested file.
- <!--- <CFHEADER Name="Expires" Value="#Now()#"> --->
-
- </BODY>
- </HTML>
-