Not finding what you are looking for? Request a recipe!
With ColdFusion, you have several different options when you want to write reusable code. Probably the most used, and most familiar, is writing an "include" file: a small .cfm template of some bit of HTML output that can be inserted whenever necessary, and as often as needed. There are two methods f ...