This help?

http://www.coldfusionjedi.com/index.cfm/2011/3/14/Using-CAPTCHA-in-ColdFusion-with-reload-powered-by-jQuery



On Wed, Mar 16, 2011 at 3:30 PM, Adam Parker <[email protected]> wrote:
>
> I use Ray's method of implementing a CAPTCHA in this way:
>
> <!---create CAPTCHA--->
>        <cffunction name="makeRandomString" returntype="string" output="false">
>           <cfset var chars = "23456789ABCDEFGHJKMNPQRS">
>           <cfset var length = randRange(4,6)>
>           <cfset var result = "">
>           <cfset var i = "">
>      

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5252
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm

Reply via email to