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

  1. <!--- This view-only example uses CFREGISTRY with
  2.       the Get Action --->
  3. <HTML>
  4. <HEAD>
  5. <TITLE>CFREGISTRY ACTION="Get"</TITLE>
  6. </HEAD>
  7. <BODY>
  8.  
  9. <H1>CFREGISTRY ACTION="Get"</H1>
  10. <P>
  11. Registry access is a sensitive area.
  12. Consider using the ColdFusion Administrator to
  13. secure the CFREGISTRY function.
  14. <!---
  15. <CFREGISTRY ACTION="Get"
  16.   BRANCH="HKEY_LOCAL_MACHINE\Software\Microsoft\Java VM" 
  17.   ENTRY="ClassPath" TYPE="String" Variable="RegValue">
  18. <cfoutput>
  19. <P>
  20. Value is #RegValue#
  21. </cfoutput>   --->
  22. </BODY>
  23. </HTML>
  24.