<CFPARAM NAME="param_name"
DEFAULT="value">
NAME
The name of the parameter you are testing (such as "Client.Email" or "Cookie.BackgroundColor"). If you omit the DEFAULT attribute, an error occurs if the specified parameter does not exist.
DEFAULT
Optional. Default value to set the parameter to if it does not exist.
|