home *** CD-ROM | disk | FTP | other *** search
- <!--- This example shows the use of IsDebugMode --->
- <HTML>
- <HEAD>
- <TITLE>
- IsDebugMode Example
- </TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
- <H3>IsDebugMode Example</H3>
- <CFIF IsDebugMode()>
- <H3>Debugging has been set via the ColdFusion Administrator</H3>
- <CFELSE>
- <H3>Debugging is disabled</H3>
- </CFIF>
-
- </BODY>
- </HTML>
-