CFCAPTCHA
Used to produce a captcha image, to provide a mechanism for preventing non human entry
Usage
<cfcaptcha>
Attributes
Attribute | default | required | summary |
---|---|---|---|
WIDTH | ![]() |
The Width of the outputed captcha image | |
HEIGHT | ![]() |
The height of the outputed captcha image | |
DISPLAYSTRING | ![]() |
The string you wish to appear within the captcha image | |
BORDER | 1 | A numeric value of the width of the border to be applied to the captcha image, applied to the border attribute of the img tag | |
STYLE | CSS Styles that are to be applied to the img tag, these are adding to the style attribute of the img tag |