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