Riva
I think you might be able to modify this form to use.
<script language="javascript" type="text/javascript">
<!-- Begin
function checkCheckBox(f){
if (f.acceptTos.checked == false ) {
alert('You must agree to the Terms of Service to continue.');
return false;
}else
return true;
}
// End -->
</script>
<form action="membership.htm" method="get" onsubmit="return checkCheckBox(this)">
<input type="checkbox" name="acceptTos"> I accept the <b>Terms of Service</b> of <b>you/your client's company</b>
<p class="center"><input type="submit" value="NEXT"></p>
</form>
hth Jan
------------------------------
Ross Clutterbuck wrote:
Without sounding completely dumb (i.e. I've not had time to read up on it yet) I would assume there's a reason these CAPTCHA test images are distorted instead of being plainly clear? Bots can read text inside images now can they? Little buggers...
I suppose spambots are a lot like internet porn always: always pushing the boundaries of internet technology to better enable their nefarious activities...
I personally can't stand those CAPTCHA thingies - as many have pointed out so far I find them nigh-on impossible to read a lot of the time - so some kind of text-based question would be a much better alternative and accessible too.
Anybody got any good references I can have a jolly good read? So far I've not been hit with loads of spam by having exposed mailto links and feedback forms (despite my advice the boss feels that forms and such will put off visitors to our site - a simple one-click approach is much more favourable) but it's something I'm pushing hard to implement.
MOU
____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
Send Your Posts To: [email protected]
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016
Please include the email address which you have been contacted with.
____ • The WDVL Discussion List from WDVL.COM • ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016
Please include the email address which you have been contacted with.
