In ColdFusion 8, cfimage integrates the smart verification code generation function, which is easy to use and has good results!

Source: Internet
Author: User
Document directory
  • Syntax:
Syntax:

<Cfimage action = "CAPTCHA" fontsize = "font size"
Width = "Verification Code image width" Height = "Verification Code Image Height"
TEXT = "Verification Code text" fonts = "Verification Code font"
Difficulty = "difficulty">

Note:

1. ColdFusion automatically adds a random background and automatically skews text.
2. difficulty can have three values: low, high, and medium. Different levels of difficulty indicate the complexity of the verification code image!

Example:

General difficulty: <cfimage action = "CAPTCHA" fontsize = "25" width = "180" Height = "50" text = "r1adte" fonts = "Arial, verdana, courier New ">

Moderate difficulty: <cfimage action = "CAPTCHA" fontsize = "25" width = "180" Height = "50" text = "r1adte" fonts = "Arial, verdana, courier New "Difficulty =" medium ">

High difficulty: <cfimage action = "CAPTCHA" fontsize = "25" width = "180" Height = "50" text = "r1adte" fonts = "Arial, verdana, courier New "Difficulty =" high ">

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.