home *** CD-ROM | disk | FTP | other *** search
ColdFusion Markup Language | 2001-03-15 | 529 b | 19 lines |
- <html>
- <head>
- <title>AdvRegistry Component</title>
- </head>
- <body>
- <cfobject class="AdvRegistry.Registry" action="CREATE" name="AdvRegistry">
- <cfset AdvRegistry.Entry = #Form.Entry#>
- <cfset AdvRegistry.Type = #Form.Type#>
- <cfset AdvRegistry.Value = #Form.Value#>
- <cfset temp = AdvRegistry.Set(#Form.Branch#)>
- <cfif #AdvRegistry.IsError# Eq 1>
- Error: <cfoutput>#AdvRegistry.ErrorReason#</cfoutput> <br>
- <cfelse>
- <cfoutput>Successfully set</cfoutput> <br>
- </cfif>
- <A HREF="dsp_set.htm">Back</A>
- </body>
- </html>
-