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. ...................... Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -----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... > -----Original Message----- > From: Ben Nadel [mailto:[EMAIL PROTECTED] > Sent: Monday, November 13, 2006 3:21 PM > To: CF-Talk > Subject: RE: Capture Alternatives > > Jacob, > > I am pretty sure that this has accessibility issues as it relies on > CSS and the "visibility" of a button. Not sure how accessibility and > CSS mix. > > I will definitely follow up with a post at the end of the week. I am > sure that bots will be able to overcome this, but the issue is, how > long will it take someone to actually care enough to write a bot for > this problem??? I guess the more popular my solution becomes the > sooner, but not even close to there yet. "EMF <idahopower.com>" made the following annotations. ------------------------------------------------------------------------ ------ 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. ======================================================================== ====== ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:260259 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

