home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Documentation / snippets / cfheader.cfm < prev    next >
Encoding:
Text File  |  1998-10-08  |  413 b   |  18 lines

  1. <!--- This view-only example shows the use of CFHEADER --->
  2. <HTML>
  3. <HEAD>
  4. <TITLE>CFHEADER Example</TITLE>
  5. </HEAD>
  6.  
  7. <BODY>
  8. <H3>CFHEADER Example</H3>
  9.  
  10. <P>CFHEADER generates custom HTTP response headers
  11. to return to the client. 
  12. <P>The following example forces the browser client
  13. to purge its cache of a requested file. 
  14. <!---     <CFHEADER Name="Expires" Value="#Now()#"> --->
  15.  
  16. </BODY>
  17. </HTML>       
  18.