Chapter 13 Extending Coldfusion Pages With Cfml Scripting - MACROMEDIA COLDFUSION 5-DEVELOPING Develop Manual

Table of Contents

Advertisement

Chapter 13
Extending ColdFusion Pages
with CFML Scripting
ColdFusion offers a server-side scripting language, CFScript, that provides
ColdFusion functionality in script syntax. This JavaScript-like language gives
developers the same control flow, but without tags. You can also use CFScript to
write custom functions that you can use anywhere a ColdFusion expression is
allowed.
This chapter describes the CFScript language's functionality and syntax.
Contents
About CFScript ........................................................................................................ 244
The CFScript Language........................................................................................... 245
Interaction of CFScript with CFML........................................................................ 249
Defining and Using Custom Functions ................................................................. 250

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 5

Table of Contents