home *** CD-ROM | disk | FTP | other *** search
- <!--- This view-only example uses CFREGISTRY with
- the Get Action --->
- <HTML>
- <HEAD>
- <TITLE>CFREGISTRY ACTION="Get"</TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>CFREGISTRY ACTION="Get"</H3>
- <P>
- Registry access is a sensitive area.
- Consider using the ColdFusion Administrator to
- secure the CFREGISTRY function.
- <!---
- <CFREGISTRY ACTION="Get"
- BRANCH="HKEY_LOCAL_MACHINE\Software\Microsoft\Java VM"
- ENTRY="ClassPath" TYPE="String" Variable="RegValue">
- <cfoutput>
- <P>
- Value is #RegValue#
- </cfoutput> --->
- </BODY>
- </HTML>
-