Required Fields

I would like to make one field on a form a specific value to help reduce
SPAM. I had in mind something like asking a question "What is 3 + 3? and
require the answer to be 6. How is this accomplished using Javascript?
sheetrum [ So, 13 Januar 2008 04:58 ] [ ID #1906510 ]

Re: Required Fields

Sheetrum wrote:
> I would like to make one field on a form a specific value to help reduce
> SPAM. I had in mind something like asking a question "What is 3 + 3? and
> require the answer to be 6. How is this accomplished using Javascript?
>
>
javascript wouldn't be any good, as the spammer would simply turn it off.

The "captcha" is down with a server side script. www.veign.com has a
mailer script which uses the "captcha" idea, but has a random image
generated, requiring the person to input the characters into a field
before the form is submitted:

http://www.veign.com/code-view.php?type=web&codeid=52
Andrew Murray [ So, 13 Januar 2008 05:11 ] [ ID #1906511 ]
Microsoft » microsoft.public.frontpage.client » Required Fields

Vorheriges Thema: Vista Users
Nächstes Thema: How do you make a webpage fit every screen size?