home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 1999 April
/
APC443.iso
/
features
/
grpware
/
coldfus
/
coldfusi.exe
/
data1.cab
/
Documentation
/
snippets
/
isdebugmode.cfm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-10-08
|
344 b
|
19 lines
<!--- This example shows the use of IsDebugMode --->
<HTML>
<HEAD>
<TITLE>
IsDebugMode Example
</TITLE>
</HEAD>
<BODY bgcolor=silver>
<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>