Prevent Spammers from using form

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

Is there a way to keep spammers out of your form submit. Also whats a good
way to spam the spammers. I'ds like to reply to the spam with a thousand
replys with just sending it once. Is that possible? Does anyone know of any
good sites to learn how to spam the spammers.
 
Look through the pages starting at
http://www.rxs-enterprises.co.uk/fp/articles/2007/12/01/03/Reduce_Spam_in_Form_results.aspx

Note that one important decision you will have to make is: which server side
scripting technology (asp, asp.NET, PHP etc) to use? FrontPage extensions
will only give a very limited protection since any client side validation
relies on JavaScript - turn off javascript, turn off validation and
protection. Server Side scripting takes over from where JavaScript stops.

Also take a look at RE-CAPTCHA (http://recaptcha.net) - this also requires a
server side technology such as PHP, asp, asp.NET etc.

Spamming the spammers is not a good idea - most spam comes from botnets, any
email addresses in the spam belong to victims, not the spammers.
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top