当前位置: 代码迷 >> ColdFusion >> 怎么用cf8 的验证码功能啊
  详细解决方案

怎么用cf8 的验证码功能啊

热度:4415   发布时间:2013-02-26 00:00:00.0
如何用cf8 的验证码功能啊。。。
就在留言板加 简单调用下就行

------解决方案--------------------------------------------------------
测试过,功能强。不错。

Please keep in your code.
<cfloop
index="strDifficulty"
list="low,medium,high"
delimiters=",">
 

<!--- Output the CAPTCHA image to the browser. --->
<cfimage
action="captcha"
height="75"
width="363"
text="KinkySolutions"
difficulty="#strDifficulty#"
fonts="verdana,arial,times new roman,courier"
fontsize="18"
/>
 

<br />
 

</cfloop>
  相关解决方案