Sounds like a plan. 

As far as accessibility goes, when I released CFFormProtect I was
chastised by Sandra Clark because it blocks blind people from submitting
forms.  This is true, but I think you have to consider your audience.
In my case, most people that use my forms are CF developers, and I could
be wrong, but I don't think any of those are blind.  However, if your
form gets 1000 spam messages for every 1 legitimate message, you'll
never see comments from your users.  So Sandra suggested using an
approval queue, but personally I HATE those.

> -----Original Message-----
> From: Ben Nadel [mailto:[EMAIL PROTECTED] 
> Sent: Monday, November 13, 2006 4:02 PM
> To: CF-Talk
> Subject: RE: Capture Alternatives
> 
> Jacob,
> 
> Very true. What I could do though, is once the browser loads, I could
> use Javascript to set a hidden value... This value might override the
> test. This would work on the basis that spam bots never run 
> Javascript,
> only users. And then, if a user doesn't have Javascript, they 
> just have
> to click the button (as they did anyway).
> 
> We shall see... I am gonna go the week just to see the strength of the
> solution before I do anything else.
> 
> -----Original Message-----
> From: Munson, Jacob [mailto:[EMAIL PROTECTED] 
> Sent: Monday, November 13, 2006 5:48 PM
> To: CF-Talk
> Subject: RE: Capture Alternatives
> 
> The problem with your solution is that the user has to click 
> the submit
> button.  A lot of people just hit enter.  You could simulate a button
> click using JS in the onsubmit, but this gets back to the 
> non-JS browser
> problem.  This anti-spam stuff is HARD!  :)  Always a cat and mouse
> game...
> 
> Also, like you alluded, I'd guess that blind people's screen readers
> will see all of the buttons including the hidden ones and confuse the
> hell out of them.  But I could be wrong...

------------------------------------------------------------------------------
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. 

==============================================================================
"EMF <idahopower.com>" made the previous annotations.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260261
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to