首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > 其他服务器 >

怎么用cf8 的验证码功能啊

2012-02-25 
如何用cf8 的验证码功能啊。。。就在留言板加 简单调用下就行[解决办法]测试过,功能强。不错。Please keep in y

如何用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>

热点排行