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

  1. <!--- This view-only example uses CFREGISTRY with
  2.       the Delete Action  --->
  3. <HTML>
  4. <HEAD>
  5. <TITLE>CFREGISTRY ACTION="Delete"</TITLE>
  6. </HEAD>
  7.  
  8. <BODY>
  9. <H1>CFREGISTRY ACTION="Delete"</H1> 
  10. <P>
  11. Registry deletion is a highly sensitive action.
  12. Consider using the ColdFusion Administrator to
  13. secure the CFREGISTRY function.
  14. <!--- 
  15. <CFREGISTRY ACTION="Delete"
  16.   BRANCH="HKEY_LOCAL_MACHINE\Software\cflangref\tempkey"
  17.   ENTRY="LastCFM01"> --->
  18.  
  19. </BODY>
  20. </HTML>