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>
- <BODY>
-
- <H1>CFREGISTRY ACTION="Get"</H1>
- <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>
-