Jump to content

Javascript Captcha


Howdy_McGee

Recommended Posts

Since spambots don't run Javascript whatsoever, Javascript is a great way to stop them. All you need to do is dynamically create the entire form using document.createElement() and other DOM methods.So why isn't this technique more common? Because developers care about accessibility. Not all browsers use Javascript and some people like to navigate with Javascript disabled.

Link to comment
Share on other sites

Since spambots don't run Javascript whatsoever, Javascript is a great way to stop them.
I wouldn't necessarily rely on that. There are enough open-source engines and enough commercial malware products that eventually the two might intersect.
Link to comment
Share on other sites

CAPTCHA modules that plug into PHP or ASP.NET are so common today there is almost no reason not to use them. Find one with a clear explanation, and installing it should be easy even if you know little about server-side environments.

Link to comment
Share on other sites

Hate those people.
There's a lot of paranoia about Javascript, especially because of the fact that many sites misuse it. Firefox has an add-on called "NoScript" and it's quite popular.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...