Click here to Skip to main content
15,910,787 members

Comments by Danny Martin (Top 1 by date)

Danny Martin 2-Nov-11 8:19am View    
Cheers for the reply E.F., and your point is well made. The thing I was trying to achieve (or wondering whether it was possible) was to do away with the actual 'user input' thing altogether by simply saying:

'OK they've actually, physically clicked on something, or typed into a box (detected via the events), so they must be human...'. By setting hidden fields to tamestamps or similar in response to various events, and checking these server side I should be able to tell whether the form was submitted by a bot or not. This is great in theory, but only works if bots can't click... If you get my drift.

Dany