I am just wondering how certain sites on their forms have those images that they have to type in the characters that is displayed in that image, to be able to post the form.
I have a client that on her contact us form I built, which does NOT put her email address in the code, someone keeps either using a script to post data to the form, or something. Anyhow, I am wanting to try to add something like that. I don't even know the correct term for what they call that, but is it possible to do that in Perl?
When I view the source code for those sites that do this, I don't see a hidden field to id the image name, so that they can look in the database for the associated image to make sure they are putting it correctly.
I don't even see an input tag to print the image, so how do they know if they put in correct characters in the form field? That is where I am confused. I Do not even see how the site knows which image it was that is printed.
I would really appreciate your wisdom on this.
Even if you can tell me the correct term for it, so I can use the Advanced search, and even use Google to find it.