Hi Guys I have 2 simple forms on my asp web site . that are being attatcked by some automatic program that is spamming me . need asp expert to implement solution URGENT please pm or post your suggested solution and price http://www.hirefitness.co.uk/contactus.asp http://www.hirefitness.co.uk/franchise.asp thanks ________________
Hey, I'm not going to charge you but there's a real simple javascript fix that will stop 99.9% of these bots. Set the action="" url on the form tag to some page that doesn't exist. On the body tag add onload="document.forms[0].action='realpage.asp'" . Most bots do not execute the javascript code on the page and will submit their spam to the url that doesn't exist.