<cfabort>
What it does
Stops the
processing of a ColdFusion page at the tag location. ColdFusion returns
everything that was processed before the tag. The tag is often used with
conditional logic to stop processing a page when a condition occurs. For
example if some required form fields are missing on a dynamic page you
can stop include an error page then use the cfabort tag to stop the rest
of the page from executing.
Attributes
showError
- Put special text to display on the built in ColdFusion error page here.
End
Tag: Forbidden |