User Guide

568 Chapter 3: ColdFusion Functions
<!--- the message to display --->
<h3>Sorry, there’s been an <B>Error</B>.
Try a simple expression, such as "2+2".</h3>
<cfoutput>
<!--- Display the diagnostic message from ColdFusion. --->
<p>#cfcatch.message#
</cfoutput>
</cfcatch>
</cftry>
</cfif>
<h3>Enter any valid ColdFusion expression</h3>
<cfform>
<cfinput name="myExpression" type="Text" size="40">
<cfinput type="submit" name="submitit">
</cfform>